[issue14315] zipfile.ZipFile() unable to open zip File

2012-03-15 Thread pleed
New submission from pleed : zipfile.ZipFile("bla.apk") crashes, but should not since other tools work perfectly with this file. Python 2.7.2+ (default, Oct 4 2011, 20:06:09) [GCC 4.6.1] on linux2 Type "help", "copyright", "credits" or "lice

[issue16750] Python Code module implements uncomputable function

2012-12-21 Thread pleed
New submission from pleed: The "code" class implements the __eq__ operator which is known to be uncomputable. -- messages: 177923 nosy: pleed priority: normal severity: normal status: open title: Python Code module implements uncomputable function type: behavior versions: