diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-11-19 23:25:14 +0000 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-11-19 23:25:14 +0000 |
commit | 2c8f8596019ca720b70ed8022d1ea715fddc8ba9 (patch) | |
tree | 1f940bbfa6915032ea11e30b15a035d37c8d190c | |
parent | 440847cf8e1f60c81e1ac1f722b6e7ad4c295acd (diff) | |
download | cpython-git-2c8f8596019ca720b70ed8022d1ea715fddc8ba9.tar.gz |
Merged revisions 76420 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r76420 | benjamin.peterson | 2009-11-19 17:19:29 -0600 (Thu, 19 Nov 2009) | 1 line
spelling
........
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -14,7 +14,7 @@ Core and Builtins - Add Py3k warnings for parameter names in parenthesis. -- Issue #7362: Give a propery error message for def f((x)=3): pass. +- Issue #7362: Give a proper error message for def f((x)=3): pass. - Issue #7085: Fix crash when importing some extensions in a thread on MacOSX 10.6. |