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, r.david.murray, serhiy.storchaka
Date 2012-04-12.13:44:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334238429.23605.14.camel@raxxla>
In-reply-to <1334193442.59.0.9217680792.issue14399@psf.upfronthosting.co.za>
Content
Thank you, the TypeError test helped me find the error. Here is the
corrected patch.

For 2.7 it was necessary to turn the ZipFile in the new-style class.
Files
File name Uploaded
fix_zipfile_comment_4-2.7.patch serhiy.storchaka, 2012-04-12.13:44:52
fix_zipfile_comment_4.patch serhiy.storchaka, 2012-04-12.13:44:52
History
Date User Action Args
2012-04-12 13:44:53serhiy.storchakasetrecipients: + serhiy.storchaka, r.david.murray, ethan.furman, Anthony.Kong, jeffknupp, acassaigne
2012-04-12 13:44:52serhiy.storchakalinkissue14399 messages
2012-04-12 13:44:52serhiy.storchakacreate