[issue22322] Zip files created by `git archive` result in a SyntaxError (due to comment?)

R. David Murray report at bugs.python.org
Mon Sep 1 18:26:14 CEST 2014


R. David Murray added the comment:

You are correct. zipimport does not support zip files with comments.  There is already an open issue (issue 5950) for adding support for this.

----------
nosy: +r.david.murray
resolution:  -> duplicate
stage:  -> resolved
status: open -> closed
superseder:  -> Make zipimport work with zipfile containing comments

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22322>
_______________________________________


More information about the Python-bugs-list mailing list