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 dsamersoff
Recipients dsamersoff
Date 2009-05-06.16:49:45
SpamBayes Score 2.0498185e-06
Marked as misclassified No
Message-id <1241628586.95.0.0801479384158.issue5950@psf.upfronthosting.co.za>
In-reply-to
Content
Synopsys:
zimport not able to import a module from zipfile if zipfile contains
comment.
Versions:
This is Zip 2.32 (June 19th 2006), by Info-ZIP
Python 2.5.2 or 2.6.2

Steps to reproduce:
create a module, create an app that imports this module.
zip the module, make sure it works. 
Run: echo "Some comments" | zip -z module.zip
the app stop working.
History
Date User Action Args
2009-05-06 16:49:47dsamersoffsetrecipients: + dsamersoff
2009-05-06 16:49:46dsamersoffsetmessageid: <1241628586.95.0.0801479384158.issue5950@psf.upfronthosting.co.za>
2009-05-06 16:49:45dsamersofflinkissue5950 messages
2009-05-06 16:49:45dsamersoffcreate