diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2018-12-05 19:46:25 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-05 19:46:25 (GMT) |
commit | 67a93b3a0b3814e97ef9d077b21325fc8ce351b2 (patch) | |
tree | 28bf007046f6b1257417d330ba4c5b68b40ad80c /Misc | |
parent | 55f41e45b4318cbe19209f5144641344d0049fb8 (diff) | |
download | cpython-67a93b3a0b3814e97ef9d077b21325fc8ce351b2.zip cpython-67a93b3a0b3814e97ef9d077b21325fc8ce351b2.tar.gz cpython-67a93b3a0b3814e97ef9d077b21325fc8ce351b2.tar.bz2 |
bpo-34738: Add directory entries in ZIP files created by distutils. (GH-9419)
Diffstat (limited to 'Misc')
-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. |