#5950: document that zip files with comments are unsupported in zipimport.
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 @@
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>`_