]> granicus.if.org Git - python/commitdiff
#5950: document that zip files with comments are unsupported in zipimport.
authorGeorg Brandl <georg@python.org>
Wed, 6 Jan 2010 18:26:08 +0000 (18:26 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 6 Jan 2010 18:26:08 +0000 (18:26 +0000)
Doc/library/zipimport.rst

index 791aba4f7240e76cc706bfee05ba9a4f79ff02d0..0d3164abeeac1e5353cdda456040901629cf58d1 100644 (file)
@@ -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>`_