-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
bpo-34738: Add directory entries in ZIP files created by distutils. #9419
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
bpo-34738: Add directory entries in ZIP files created by distutils. #9419
Conversation
|
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 2.7, 3.6, 3.7. |
…ythonGH-9419) (cherry picked from commit 67a93b3) Co-authored-by: Serhiy Storchaka <[email protected]>
|
GH-10941 is a backport of this pull request to the 3.7 branch. |
…ythonGH-9419) (cherry picked from commit 67a93b3) Co-authored-by: Serhiy Storchaka <[email protected]>
|
GH-10942 is a backport of this pull request to the 3.6 branch. |
|
Thank you for your review @merwok! |
|
Sorry, @serhiy-storchaka, I could not cleanly backport this to |
…H-9419) (cherry picked from commit 67a93b3) Co-authored-by: Serhiy Storchaka <[email protected]>
…ils. (pythonGH-9419). (cherry picked from commit 67a93b3) Co-authored-by: Serhiy Storchaka <[email protected]>
|
GH-10950 is a backport of this pull request to the 2.7 branch. |
…H-9419) (GH-10942) (cherry picked from commit 67a93b3) Co-authored-by: Serhiy Storchaka <[email protected]>
This commit fixes tests that are checking content of sdist to account for changes introduced in Python 3.8 and backported to python 2.7, 3.6 and 3.7. The changes introduced by python/cpython#9419 adds directory entries to ZIP files created by distutils. Co-authored-by: Aiden Nibali <[email protected]>
This commit fixes tests that are checking content of sdist to account for changes introduced in Python 3.8 and backported to python 2.7, 3.6 and 3.7. The changes introduced by python/cpython#9419 adds directory entries to ZIP files created by distutils. Co-authored-by: Aiden Nibali <[email protected]>
https://bugs.python.org/issue34738