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
bpo-34738: Add directory entries in ZIP files created by distutils. #9419
Conversation
Thanks @serhiy-storchaka for the PR |
…ythonGH-9419) (cherry picked from commit 67a93b3) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
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 <storchaka@gmail.com>
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 |
…ils. (pythonGH-9419). (cherry picked from commit 67a93b3) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
GH-10950 is a backport of this pull request to the 2.7 branch. |
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 <dismaldenizen@gmail.com>
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 <dismaldenizen@gmail.com>
https://bugs.python.org/issue34738