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 jcea
Recipients christian.heimes, ezio.melotti, felipecruz, jcea, pitrou
Date 2012-10-01.01:15:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349054134.0.0.0868498945119.issue15897@psf.upfronthosting.co.za>
In-reply-to
Content
Felipe, could you please submit a Contributor Agreement Form? http://www.python.org/psf/contrib/

Your patch looks good to me, although I would move almost all

"""
 fclose(fp);
 PyErr_Format(ZipImportError, "can't read Zip file: %R", archive);
 return NULL;
"""

To a "goto" label.
History
Date User Action Args
2012-10-01 01:15:34jceasetrecipients: + jcea, pitrou, christian.heimes, ezio.melotti, felipecruz
2012-10-01 01:15:34jceasetmessageid: <1349054134.0.0.0868498945119.issue15897@psf.upfronthosting.co.za>
2012-10-01 01:15:33jcealinkissue15897 messages
2012-10-01 01:15:33jceacreate