[issue36088] zipfile cannot handle zip in zip

Serhiy Storchaka report at bugs.python.org
Sat Feb 23 00:10:51 EST 2019


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

The current behavior looks correct to me. abc/def/1.txt is not a ZIP file, so the error is expected.

tarfile.open('a.zip') raises an error too, because a.zip is not a tar file.

----------
nosy: +serhiy.storchaka
status: open -> pending

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36088>
_______________________________________


More information about the Python-bugs-list mailing list