pypa / get-pip

Helper scripts to install pip, in a Python installation that doesn't have it.

Home Page:https://bootstrap.pypa.io/pip/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[question] Why not keep the raw binary data within get-pip.py?

alsldlflglhljlk opened this issue · comments

Right now, the zip file containing pip is encoded in base85. This is probably a dumb question, but why not just keep the raw data of the zip file without encoding it in base85? This would make it much smaller and faster because base85 increases the size of the file by 33%.