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 Neil Muller
Recipients Neil Muller
Date 2010-11-20.11:05:43
SpamBayes Score 0.00053539843
Marked as misclassified No
Message-id <1290251144.53.0.084416923691.issue10465@psf.upfronthosting.co.za>
In-reply-to
Content
gzip._PaddedFile.__getattr__ chains out to getattr, but does so incorrectly (found via running the numpy test suite).

The attached patch fixes this.
History
Date User Action Args
2010-11-20 11:05:44Neil Mullersetrecipients: + Neil Muller
2010-11-20 11:05:44Neil Mullersetmessageid: <1290251144.53.0.084416923691.issue10465@psf.upfronthosting.co.za>
2010-11-20 11:05:43Neil Mullerlinkissue10465 messages
2010-11-20 11:05:43Neil Mullercreate