Serhiy Storchaka added the comment:
This is a duplicate of issue5950.
--
nosy: +serhiy.storchaka
resolution: -> duplicate
stage: -> resolved
status: open -> closed
superseder: -> Make zipimport work with zipfile containing comments
___
Python track
New submission from Dmitry:
python fails to run zipapp when zip contains comments
when zip archive downloaded from github it contains tip hash in comment.
Python 3.5.1 (v3.5.1:37a07cee5969, Dec 6 2015, 01:38:48) [MSC v.1900 32 bit
(Intel)] on win32
example:
```
import zipfile
if __name__