This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients liyugong, serhiy.storchaka
Date 2019-02-23.05:10:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550898651.78.0.376443767291.issue36088@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-02-23 05:10:51serhiy.storchakasetrecipients: + serhiy.storchaka, liyugong
2019-02-23 05:10:51serhiy.storchakasetmessageid: <1550898651.78.0.376443767291.issue36088@roundup.psfhosted.org>
2019-02-23 05:10:51serhiy.storchakalinkissue36088 messages
2019-02-23 05:10:51serhiy.storchakacreate