-
-
Notifications
You must be signed in to change notification settings - Fork 863
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove windows executables from distutils and distlib #1467
Conversation
I looked around for more stuff we could remove from stdlib. One idea would be to remove some of the text encodings, the stdlib defines ~250 text encodings which take up 1.7mb of disk space. If we reduce it to ~20 encodings then that saves 1.5mb, which seems to be around 600kb compressed. Other than that, it's a bit hard to know what we could take out. |
Edit I can't see those in
and the size decrease of Master
This PR,
Nice! As long as it's not difficult to determine which ones to keep.
I think there is lots of things we can do in that direction, but I would rather leave it for the next release. #646 |
Indeed, I'm getting distracted here. |
I think I was confused about this. I now believe that the |
This resolves #653. I removed another copy of those same executables from the standard library too.