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 serhiy.storchaka
Recipients CuriousLearner, Daniel5148, docs@python, serhiy.storchaka
Date 2018-11-18.19:11:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1542568279.21.0.788709270274.issue32035@psf.upfronthosting.co.za>
In-reply-to
Content
Since the docstring contains more information, it is better to just copy words from the docstring to the documentation.

There are also other places where string is improperly used instead of bytes or the type is not specified. The note about file name encoding doesn't make sense in Python 3, since ZipFile.write() doesn't support bytes as a file name.

PR 10592 fixed this.
History
Date User Action Args
2018-11-18 19:11:19serhiy.storchakasetrecipients: + serhiy.storchaka, docs@python, CuriousLearner, Daniel5148
2018-11-18 19:11:19serhiy.storchakasetmessageid: <1542568279.21.0.788709270274.issue32035@psf.upfronthosting.co.za>
2018-11-18 19:11:19serhiy.storchakalinkissue32035 messages
2018-11-18 19:11:19serhiy.storchakacreate