mirror of
https://github.com/python/cpython.git
synced 2025-12-10 11:00:14 +00:00
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.
This commit is contained in:
parent
fac083d14a
commit
354e3d90d3
3 changed files with 31 additions and 3 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
|
||||
-----------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue