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 Anthony.Kong, acassaigne, ethan.furman, jeffknupp, python-dev, r.david.murray, serhiy.storchaka
Date 2012-04-13.05:43:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334295958.2401.13.camel@raxxla>
In-reply-to <E1SISlP-0003zI-8k@dinsdale.python.org>
Content
> #14399: zipfile now correctly handles comments added to empty zipfiles.

This is a wrong description of the issue.  On the contrary, the error
occurred when adding or changing the comment in a *non-empty* zipfile
without adding or changing files.

Description in the Misc/NEWS also wrong.
History
Date User Action Args
2012-04-13 05:43:33serhiy.storchakasetrecipients: + serhiy.storchaka, r.david.murray, ethan.furman, python-dev, Anthony.Kong, jeffknupp, acassaigne
2012-04-13 05:43:33serhiy.storchakalinkissue14399 messages
2012-04-13 05:43:33serhiy.storchakacreate