mirror of
https://github.com/python/cpython.git
synced 2025-11-19 18:47:27 +00:00
bpo-5950: Support reading zips with comments in zipimport (#9548)
* bpo-5950: Support reading zips with comments in zipimport
This commit is contained in:
parent
996859a90d
commit
5a5ce064b3
5 changed files with 1084 additions and 1013 deletions
|
|
@ -28,7 +28,8 @@ Any files may be present in the ZIP archive, but only files :file:`.py` and
|
|||
corresponding :file:`.pyc` file, meaning that if a ZIP archive
|
||||
doesn't contain :file:`.pyc` files, importing may be rather slow.
|
||||
|
||||
ZIP archives with an archive comment are currently not supported.
|
||||
.. versionchanged:: 3.8
|
||||
Previously, ZIP archives with an archive comment were not supported.
|
||||
|
||||
.. seealso::
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue