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
........
This commit is contained in:
Benjamin Peterson 2009-11-19 23:25:14 +00:00
parent 440847cf8e
commit 2c8f859601

View file

@ -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.