diff options
author | Thomas Heller <theller@ctypes.org> | 2003-07-22 18:10:15 (GMT) |
---|---|---|
committer | Thomas Heller <theller@ctypes.org> | 2003-07-22 18:10:15 (GMT) |
commit | 354e3d90d346afdc6c70211b130aa76bb18e19ed (patch) | |
tree | e03da58869310f187315670c86523d4ce4b69763 /Misc | |
parent | fac083d14a94137999559d895a4e6d1d9a2ea74c (diff) | |
download | cpython-354e3d90d346afdc6c70211b130aa76bb18e19ed.zip cpython-354e3d90d346afdc6c70211b130aa76bb18e19ed.tar.gz cpython-354e3d90d346afdc6c70211b130aa76bb18e19ed.tar.bz2 |
Change the zipimport implementation to accept files containing
arbitrary bytes before the actual zip compatible archive. Zipfiles
containing comments at the end of the file are still not supported.
Add a testcase to test_zipimport, and update NEWS.
This closes sf #775637 and sf #669036.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -12,6 +12,10 @@ What's New in Python 2.3 release candidate 2? Core and builtins ----------------- +- It is now possible to import from zipfiles containing additional + data bytes before the zip compatible archive. Zipfiles containing a + comment at the end are still unsupported. + Extension modules ----------------- |