[issue10465] gzip module calls getattr incorrectly

Neil Muller report at bugs.python.org
Sat Nov 20 12:05:44 CET 2010


New submission from Neil Muller <drnlmuller+bugs at gmail.com>:

gzip._PaddedFile.__getattr__ chains out to getattr, but does so incorrectly (found via running the numpy test suite).

The attached patch fixes this.

----------
files: gzip_getattr.diff
keywords: patch
messages: 121607
nosy: Neil Muller
priority: normal
severity: normal
status: open
title: gzip module calls getattr incorrectly
Added file: http://bugs.python.org/file19652/gzip_getattr.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10465>
_______________________________________


More information about the Python-bugs-list mailing list