summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2008-11-17 22:39:09 (GMT)
committerBenjamin Peterson <benjamin@python.org>2008-11-17 22:39:09 (GMT)
commit273c233c78d36f65059342981dcdc5b212a7e558 (patch)
treefad34c76f3329915666c8831dd70f2754a42b040 /Misc
parent233bb00c1c8fef8434710c7891e955323f48f256 (diff)
downloadcpython-273c233c78d36f65059342981dcdc5b212a7e558.zip
cpython-273c233c78d36f65059342981dcdc5b212a7e558.tar.gz
cpython-273c233c78d36f65059342981dcdc5b212a7e558.tar.bz2
when __getattr__ is a descriptor, call it correctly; fixes #4230
patch from Ziga Seilnacht
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index cc71943..1012541 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@ What's New in Python 2.7 alpha 1
Core and Builtins
-----------------
+- Issue #4230: If ``__getattr__`` is a descriptor, it now functions correctly.
+
- Issue #4048: The parser module now correctly validates relative imports.
- Issue #4225: ``from __future__ import unicode_literals`` didn't work in an