summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-01-06 18:26:08 (GMT)
committerGeorg Brandl <georg@python.org>2010-01-06 18:26:08 (GMT)
commit705a35826576325f3ba18c722a0fda0aaecf0f62 (patch)
treee3269365cc768ef8107f0a1fd6f1dc73b95c1e4b /Doc
parent89040530035ee9a8d0b5ae34c6e73b80fafa4307 (diff)
downloadcpython-705a35826576325f3ba18c722a0fda0aaecf0f62.zip
cpython-705a35826576325f3ba18c722a0fda0aaecf0f62.tar.gz
cpython-705a35826576325f3ba18c722a0fda0aaecf0f62.tar.bz2
#5950: document that zip files with comments are unsupported in zipimport.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/zipimport.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/zipimport.rst b/Doc/library/zipimport.rst
index 791aba4..0d3164a 100644
--- a/Doc/library/zipimport.rst
+++ b/Doc/library/zipimport.rst
@@ -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>`_