
python-checkins at python
Nov 19, 2009, 4:20 PM
Post #1 of 1
(181 views)
Permalink
|
|
r76418 - python/branches/py3k
|
|
Author: benjamin.peterson Date: Fri Nov 20 00:00:13 2009 New Revision: 76418 Log: Blocked revisions 76416-76417 via svnmerge ........ r76416 | benjamin.peterson | 2009-11-19 16:54:57 -0600 (Thu, 19 Nov 2009) | 10 lines improve several corner cases related with argument names in parenthesis - Fix #7362: give a good error message for parenthesized arguments with defaults. - Add a py3k warning for any parenthesized arguments since those are not allowed in Py3. This warning is not given in tuple unpacking, since that incurs the tuple unpacking warning. ........ r76417 | benjamin.peterson | 2009-11-19 16:58:01 -0600 (Thu, 19 Nov 2009) | 1 line add news notes for r76416 ........ Modified: python/branches/py3k/ (props changed) _______________________________________________ Python-checkins mailing list Python-checkins [at] python http://mail.python.org/mailman/listinfo/python-checkins
|