]> granicus.if.org Git - python/commit
Blocked revisions 76416-76417 via svnmerge
authorBenjamin Peterson <benjamin@python.org>
Thu, 19 Nov 2009 23:00:13 +0000 (23:00 +0000)
committerBenjamin Peterson <benjamin@python.org>
Thu, 19 Nov 2009 23:00:13 +0000 (23:00 +0000)
commit5a04bea1b0cbd7198199727e278f8b6977fafa97
tree28f85c98d856f4d9f63b3899adb46d470f3fe780
parent3ec9b6e68465de546585f99924e4ee6c9cd6885d
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
........