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 Thomas.Waldmann, alanmcintyre, serhiy.storchaka, twouters
Date 2016-11-08.19:45:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1478634316.79.0.75238301625.issue28494@psf.upfronthosting.co.za>
In-reply-to
Content
The problem is that the zipfile module supports even not well-formed archives, with a data appended past a comment, and with truncated comment. There are special tests for this, and the proposed patch breaks these tests: test_comments, test_ignores_newline_at_end, test_ignores_stuff_appended_past_comments. See issue10694 and issue1622.
History
Date User Action Args
2016-11-08 19:45:16serhiy.storchakasetrecipients: + serhiy.storchaka, twouters, alanmcintyre, Thomas.Waldmann
2016-11-08 19:45:16serhiy.storchakasetmessageid: <1478634316.79.0.75238301625.issue28494@psf.upfronthosting.co.za>
2016-11-08 19:45:16serhiy.storchakalinkissue28494 messages
2016-11-08 19:45:16serhiy.storchakacreate