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

2010-01-06 Thread Georg Brandl

Georg Brandl ge...@python.org 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 rep...@bugs.python.org
http://bugs.python.org/issue5950
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2009-05-06 Thread Dmitry

New submission from Dmitry d...@samersoff.net:

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.

--
components: Interpreter Core
files: testcase.zip
messages: 87340
nosy: dsamersoff
severity: normal
status: open
title: zimport doesn't work with zipfile containing comments
versions: Python 2.5, Python 2.6
Added file: http://bugs.python.org/file13905/testcase.zip

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue5950
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com