From: Benjamin Peterson Date: Thu, 19 Nov 2009 23:00:13 +0000 (+0000) Subject: Blocked revisions 76416-76417 via svnmerge X-Git-Tag: v3.2a1~2148 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5a04bea1b0cbd7198199727e278f8b6977fafa97;p=python 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 ........ ---