[docs] [issue22942] Language Reference - optional comma

Martin Panter report at bugs.python.org
Wed Jun 8 06:17:14 EDT 2016


Martin Panter added the comment:

Bug 1 is still present in 3.5. In 3.6 it is no longer relevant because the documentation was changed for Issue 9232 (allowing trailing commas in function definitions).

Bug 2 is present in 2.7, but is not relevant to 3.5+. Trailing commas are now allowed in function calls, probably thanks to PEP 448, unpacking generalizations.

Bug 3 has been fixed in Issue 27042.

----------
stage:  -> needs patch
versions: +Python 2.7, Python 3.5 -Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22942>
_______________________________________


More information about the docs mailing list