Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

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.

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32035>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to