[issue5950] zimport doesn't work with zipfile containing comments

2010-01-06 Thread Georg Brandl
Georg Brandl added the comment: Yes, comments are not supported right now. Documented this in r77333, and turning this issue into a feature request for adding that support. -- nosy: +georg.brandl type: -> feature request ___ Python tracker

[issue5950] zimport doesn't work with zipfile containing comments

2009-05-06 Thread Dmitry
New submission from Dmitry : 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 su