[issue11443] Zip password issue

2011-03-09 Thread Yaroslav
Yaroslav added the comment: Ok, i try that example in new versions 3+, and it works there. Thanks -- status: open -> closed ___ Python tracker ___ __

[issue11443] Zip password issue

2011-03-08 Thread Terry J. Reedy
Terry J. Reedy added the comment: I meant 2.5/2.6 of course. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue11443] Zip password issue

2011-03-08 Thread Terry J. Reedy
Terry J. Reedy added the comment: 2.6/2.7 only get security fixes. I do not think this qualifies -- components: +Library (Lib) nosy: +terry.reedy stage: -> test needed type: -> behavior versions: -Python 2.5, Python 2.6 ___ Python tracker

[issue11443] Zip password issue

2011-03-08 Thread Charles-Francois Natali
Charles-Francois Natali added the comment: The check is done in py3k: Traceback (most recent call last): File "/home/cf/test_zip.py", line 7, in 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 "/hom

[issue11443] Zip password issue

2011-03-08 Thread Yaroslav
Yaroslav added the comment: I forgot zip file -- Added file: http://bugs.python.org/file21052/data.zip ___ Python tracker ___ ___ Pyt

[issue11443] Zip password issue

2011-03-08 Thread Yaroslav
New submission from Yaroslav : There's issue while setting password. I brute-force different passwords for that arhive-file, and it pass with different, not correct password. For that arhive password is: "pass", but that arhive is correct in python and even extract files from that with not corr