diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2018-12-05 20:44:38 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2018-12-05 20:44:38 (GMT) |
commit | e0c2046d82f6db45a7f3d3ee5f555c3e2487a74d (patch) | |
tree | 66b5ab158d057f07f1b98aa85d6dd1c6f98ee21f /Misc/NEWS.d | |
parent | 49d995fd6f2a703d19d93baf06fc9f911cb2ce06 (diff) | |
download | cpython-e0c2046d82f6db45a7f3d3ee5f555c3e2487a74d.zip cpython-e0c2046d82f6db45a7f3d3ee5f555c3e2487a74d.tar.gz cpython-e0c2046d82f6db45a7f3d3ee5f555c3e2487a74d.tar.bz2 |
bpo-34738: Add directory entries in ZIP files created by distutils. (GH-9419) (GH-10942)
(cherry picked from commit 67a93b3a0b3814e97ef9d077b21325fc8ce351b2)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2018-09-19-16-51-04.bpo-34738.Pr3-iG.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-09-19-16-51-04.bpo-34738.Pr3-iG.rst b/Misc/NEWS.d/next/Library/2018-09-19-16-51-04.bpo-34738.Pr3-iG.rst new file mode 100644 index 0000000..c3f402d --- /dev/null +++ b/Misc/NEWS.d/next/Library/2018-09-19-16-51-04.bpo-34738.Pr3-iG.rst @@ -0,0 +1,2 @@ +ZIP files created by :mod:`distutils` will now include entries for +directories. |