[Python-checkins] r77333 - python/trunk/Doc/library/zipimport.rst

georg.brandl python-checkins at python.org
Wed Jan 6 19:26:08 CET 2010


Author: georg.brandl
Date: Wed Jan  6 19:26:08 2010
New Revision: 77333

Log:
#5950: document that zip files with comments are unsupported in zipimport.

Modified:
   python/trunk/Doc/library/zipimport.rst

Modified: python/trunk/Doc/library/zipimport.rst
==============================================================================
--- python/trunk/Doc/library/zipimport.rst	(original)
+++ python/trunk/Doc/library/zipimport.rst	Wed Jan  6 19:26:08 2010
@@ -33,6 +33,8 @@
 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>`_


More information about the Python-checkins mailing list