[issue15795] Zipfile.extractall does not preserve file permissions

R. David Murray report at bugs.python.org
Tue Apr 15 03:47:14 CEST 2014


R. David Murray added the comment:

Thanks.

The patch contains a number of lines that are not wrapped to <80, which is one of our requirements.  It would be great to get that fixed.  (In the documentation, you can use \ to wrap the prototype line.)

There is non-ascii in one place in the documentation...probably an em-dash, which is written in sphinx as '---'.

Also, please remove the news entry from the patch, it will just make it harder to apply (and is in the wrong place anyway...we add entries at the top of the appropriate section, not the bottom).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15795>
_______________________________________


More information about the Python-bugs-list mailing list