[docs] [issue23730] Document return value for ZipFile.extract()

Stéphane Wirtel report at bugs.python.org
Mon Apr 13 19:58:47 CEST 2015


Stéphane Wirtel added the comment:

fix for the documentation of ZipFile.extract.

In the code of _extract_member, there is a normalisation of the target path, I use this term "normalized" for the fix.

----------
keywords: +patch
nosy: +matrixise
Added file: http://bugs.python.org/file38943/issue23730.diff

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


More information about the docs mailing list