[issue4871] zipfile can't decrypt

2009-01-08 Thread Glade Diviney
Glade Diviney added the comment: In this case under test, the password string had been clipped from a filename, so I suppose it would have been Unicode. ___ Python tracker <http://bugs.python.org/issue4

[issue4871] zipfile can't decrypt

2009-01-07 Thread Glade Diviney
New submission from Glade Diviney : If a password is supplied using zpifile.read(objName, password), a TypeError occurs: File "C:\Program Files\Python30\lib\zipfile.py", line 420, in __init__ self._UpdateKeys(p) File "C:\Program Files\Python30\lib\zipfile.py", line