This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author neologix
Recipients neologix, sbojchuk
Date 2011-03-08.20:19:10
SpamBayes Score 7.361708e-07
Marked as misclassified No
Message-id <1299615550.94.0.0329151034847.issue11443@psf.upfronthosting.co.za>
In-reply-to
Content
The check is done in py3k:

Traceback (most recent call last):
  File "/home/cf/test_zip.py", line 7, in <module>
    print(z.read("secretfile.txt"))
  File "/home/cf/py3k/Lib/zipfile.py", line 889, in read
    with self.open(name, "r", pwd) as fp:
  File "/home/cf/py3k/Lib/zipfile.py", line 975, in open
    raise RuntimeError("Bad password for file", name)
RuntimeError: ('Bad password for file', 'secretfile.txt')

Try with Python 3.2.
History
Date User Action Args
2011-03-08 20:19:10neologixsetrecipients: + neologix, sbojchuk
2011-03-08 20:19:10neologixsetmessageid: <1299615550.94.0.0329151034847.issue11443@psf.upfronthosting.co.za>
2011-03-08 20:19:10neologixlinkissue11443 messages
2011-03-08 20:19:10neologixcreate