mirror of
https://github.com/python/cpython.git
synced 2026-05-18 10:24:42 -04:00
99a5023c80
- 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.