[issue4871] zipfile can't decrypt
STINNER Victor
report at bugs.python.org
Wed Jan 14 00:23:27 CET 2009
STINNER Victor <victor.stinner at haypocalc.com> added the comment:
Patch for py3k: str=>bytes, remove "u" string prefix and
rename "bytes" variable to "data" to avoid conflict with the bytes
type.
Added file: http://bugs.python.org/file12729/zipfile_no_unicode_pasword-2-py3k.patch
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4871>
_______________________________________
More information about the Python-bugs-list
mailing list