
python-checkins at python
Nov 19, 2009, 4:20 PM
Post #1 of 1
(166 views)
Permalink
|
|
r76420 - python/trunk/Misc/NEWS
|
|
Author: benjamin.peterson Date: Fri Nov 20 00:19:29 2009 New Revision: 76420 Log: spelling Modified: python/trunk/Misc/NEWS Modified: python/trunk/Misc/NEWS ============================================================================== --- python/trunk/Misc/NEWS (original) +++ python/trunk/Misc/NEWS Fri Nov 20 00:19:29 2009 @@ -14,7 +14,7 @@ - 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. _______________________________________________ Python-checkins mailing list Python-checkins [at] python http://mail.python.org/mailman/listinfo/python-checkins
|