diff options
author | Georg Brandl <georg@python.org> | 2010-11-20 11:25:01 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-11-20 11:25:01 (GMT) |
commit | 9f1c1dcde30305c4ed68b296ca96028ea7123152 (patch) | |
tree | 257660ad8845b41785a73e9642bc8ec855a794df /Misc | |
parent | 4ccc137affe960741c3f6758ce00277d15409665 (diff) | |
download | cpython-9f1c1dcde30305c4ed68b296ca96028ea7123152.zip cpython-9f1c1dcde30305c4ed68b296ca96028ea7123152.tar.gz cpython-9f1c1dcde30305c4ed68b296ca96028ea7123152.tar.bz2 |
#10465: fix broken delegation in __getattr__ of _PaddedFile.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -117,6 +117,8 @@ Core and Builtins Library ------- +- Issue #10465: fix broken delegating of attributes by gzip._PaddedFile. + - Issue #10356: hash(Decimal("sNaN")) now raises ValueError instead of TypeError. |