
python-checkins at python
Nov 19, 2009, 4:20 PM
Post #1 of 1
(140 views)
Permalink
|
|
r76422 - in python/branches/release26-maint: Misc/NEWS
|
|
Author: benjamin.peterson Date: Fri Nov 20 00:25:14 2009 New Revision: 76422 Log: Merged revisions 76420 via svnmerge from svn+ssh://pythondev [at] svn/python/trunk ........ r76420 | benjamin.peterson | 2009-11-19 17:19:29 -0600 (Thu, 19 Nov 2009) | 1 line spelling ........ Modified: python/branches/release26-maint/ (props changed) python/branches/release26-maint/Misc/NEWS Modified: python/branches/release26-maint/Misc/NEWS ============================================================================== --- python/branches/release26-maint/Misc/NEWS (original) +++ python/branches/release26-maint/Misc/NEWS Fri Nov 20 00:25:14 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
|