[issue4871] zipfile can't decrypt

R. David Murray report at bugs.python.org
Tue Dec 21 22:36:17 CET 2010


R. David Murray <rdmurray at bitdance.com> added the comment:

Thinking about this some more, it seems like the chance that someone is using bytearray to pass a password to zipfile is vanishingly small, especially since in non-optimized mode setpassword would have rejected it.  So I think that this should go in.

----------
assignee:  -> r.david.murray
stage:  -> commit review

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


More information about the Python-bugs-list mailing list