This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author iritkatriel
Recipients docs@python, iritkatriel, serhiy.storchaka, swamiyeswanth, vstinner, xuanji
Date 2022-03-19.17:01:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1647709316.18.0.253391293581.issue11160@roundup.psfhosted.org>
In-reply-to
Content
The documentation has been updated by now [1]:

ZipFile.comment
The comment associated with the ZIP file as a bytes object. If assigning a comment to a ZipFile instance created with mode 'w', 'x' or 'a', it should be no longer than 65535 bytes. Comments longer than this will be truncated.


[1] https://docs.python.org/3/library/zipfile.html#zipfile.ZipFile.comment
History
Date User Action Args
2022-03-19 17:01:56iritkatrielsetrecipients: + iritkatriel, vstinner, docs@python, xuanji, swamiyeswanth, serhiy.storchaka
2022-03-19 17:01:56iritkatrielsetmessageid: <1647709316.18.0.253391293581.issue11160@roundup.psfhosted.org>
2022-03-19 17:01:56iritkatriellinkissue11160 messages
2022-03-19 17:01:56iritkatrielcreate