
python-checkins at python
Nov 19, 2009, 4:20 PM
Post #1 of 2
(209 views)
Permalink
|
|
r76417 - python/trunk/Misc/NEWS
|
|
Author: benjamin.peterson Date: Thu Nov 19 23:58:01 2009 New Revision: 76417 Log: add news notes for r76416 Modified: python/trunk/Misc/NEWS Modified: python/trunk/Misc/NEWS ============================================================================== --- python/trunk/Misc/NEWS (original) +++ python/trunk/Misc/NEWS Thu Nov 19 23:58:01 2009 @@ -12,6 +12,10 @@ 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 #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
|