summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-10-16 03:49:22 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-10-16 03:49:22 (GMT)
commite9633491ca3e48632b4b41fd7f85c72ddab5ceaa (patch)
treea5d282caac7441e8a050b686a79d8ee95032e3a3 /Misc/NEWS
parentc404afdf8b4ffbcefd28216eedd3d478cb2412fe (diff)
downloadcpython-e9633491ca3e48632b4b41fd7f85c72ddab5ceaa.zip
cpython-e9633491ca3e48632b4b41fd7f85c72ddab5ceaa.tar.gz
cpython-e9633491ca3e48632b4b41fd7f85c72ddab5ceaa.tar.bz2
Merged revisions 85562 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85562 | benjamin.peterson | 2010-10-15 22:45:45 -0500 (Fri, 15 Oct 2010) | 1 line don't identify the toplevel namespace by name #9997 ........
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index bd9822b..95db8ed 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,6 +13,9 @@ Core and Builtins
- Issue #10006: type.__abstractmethods__ now raises an AttributeError. As a
result metaclasses can now be ABCs (see #9533).
+- Issue #9997: Don't let the name "top" have special significance in scope
+ resolution.
+
- Issue #9930: Remove bogus subtype check that was causing (e.g.)
float.__rdiv__(2.0, 3) to return NotImplemented instead of the
expected 1.5.