mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
#5950: document that zip files with comments are unsupported in zipimport.
This commit is contained in:
parent
8904053003
commit
705a358265
1 changed files with 2 additions and 0 deletions
|
|
@ -33,6 +33,8 @@ Using the built-in :func:`reload` function will fail if called on a module
|
|||
loaded from a ZIP archive; it is unlikely that :func:`reload` would be needed,
|
||||
since this would imply that the ZIP has been altered during runtime.
|
||||
|
||||
ZIP archives with an archive comment are currently not supported.
|
||||
|
||||
.. seealso::
|
||||
|
||||
`PKZIP Application Note <http://www.pkware.com/documents/casestudies/APPNOTE.TXT>`_
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue