diff options
author | Georg Brandl <georg@python.org> | 2008-05-20 08:25:48 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-05-20 08:25:48 (GMT) |
commit | 112aa5032985925608844d7421e12703afd6ce41 (patch) | |
tree | b7e26da27c90471192c42afea278b8b9f59ef9f3 /Misc | |
parent | 4dd019fde36b53b30e69a2ce9cee3f2f9f25c2a6 (diff) | |
download | cpython-112aa5032985925608844d7421e12703afd6ce41.zip cpython-112aa5032985925608844d7421e12703afd6ce41.tar.gz cpython-112aa5032985925608844d7421e12703afd6ce41.tar.bz2 |
Patch #1775025: allow opening zipfile members via ZipInfo instances.
Patch by Graham Horler.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -52,6 +52,10 @@ Extension Modules Library ------- +- Issue #1775025: You can now specify zipfile members to open(), + read() or extract() via a ZipInfo instance. This allows handling + duplicate filenames in zipfiles. + - Issue #961805: Fix Text.edit_modified() in Tkinter. - Issue #1793: Function ctypes.util.find_msvcrt() added that returns |