]> granicus.if.org Git - python/commit
Change the zipimport implementation to accept files containing
authorThomas Heller <theller@ctypes.org>
Tue, 22 Jul 2003 18:10:15 +0000 (18:10 +0000)
committerThomas Heller <theller@ctypes.org>
Tue, 22 Jul 2003 18:10:15 +0000 (18:10 +0000)
commit354e3d90d346afdc6c70211b130aa76bb18e19ed
treee03da58869310f187315670c86523d4ce4b69763
parentfac083d14a94137999559d895a4e6d1d9a2ea74c
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.
Lib/test/test_zipimport.py
Misc/NEWS
Modules/zipimport.c