diff options
author | Zackery Spytz <zspytz@gmail.com> | 2018-09-25 19:15:47 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2018-09-25 19:15:47 (GMT) |
commit | 5a5ce064b3baadcb79605c5a42ee3d0aee57cdfc (patch) | |
tree | 4e466db8516df40b4bd1d902175d8de26e724f3e /Misc | |
parent | 996859a90df51f84eab47351702cb59c6db4428a (diff) | |
download | cpython-5a5ce064b3baadcb79605c5a42ee3d0aee57cdfc.zip cpython-5a5ce064b3baadcb79605c5a42ee3d0aee57cdfc.tar.gz cpython-5a5ce064b3baadcb79605c5a42ee3d0aee57cdfc.tar.bz2 |
bpo-5950: Support reading zips with comments in zipimport (#9548)
* bpo-5950: Support reading zips with comments in zipimport
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2018-09-24-14-21-58.bpo-5950.xH0ekQ.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-09-24-14-21-58.bpo-5950.xH0ekQ.rst b/Misc/NEWS.d/next/Library/2018-09-24-14-21-58.bpo-5950.xH0ekQ.rst new file mode 100644 index 0000000..f0f9c0b --- /dev/null +++ b/Misc/NEWS.d/next/Library/2018-09-24-14-21-58.bpo-5950.xH0ekQ.rst @@ -0,0 +1 @@ +Support reading zip files with archive comments in :mod:`zipimport`. |