diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-10-16 03:45:45 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-10-16 03:45:45 (GMT) |
commit | 230b20684f6d10044d604bc88065692393037948 (patch) | |
tree | 252d777b8743aa3884daf112549e4fdf4275d117 /Misc | |
parent | 294a9fcba67b95efc62c5461fcc6fe9a5a59c525 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |