summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-10-16 03:45:45 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-10-16 03:45:45 (GMT)
commit230b20684f6d10044d604bc88065692393037948 (patch)
tree252d777b8743aa3884daf112549e4fdf4275d117 /Misc
parent294a9fcba67b95efc62c5461fcc6fe9a5a59c525 (diff)
downloadcpython-230b20684f6d10044d604bc88065692393037948.zip
cpython-230b20684f6d10044d604bc88065692393037948.tar.gz
cpython-230b20684f6d10044d604bc88065692393037948.tar.bz2
don't identify the toplevel namespace by name #9997
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 80aa50f..01a2442 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ What's New in Python 3.2 Beta 1?
Core and Builtins
-----------------
+- Issue #9997: Don't let the name "top" have special significance in scope
+ resolution.
+
- Issue #9862: Compensate for broken PIPE_BUF in AIX by hard coding
its value as the default 512 when compiling on AIX.