]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-32012: Disallow trailing comma after genexpr without parenthesis. (#4382)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 15 Nov 2017 06:49:40 +0000 (08:49 +0200)
committerGitHub <noreply@github.com>
Wed, 15 Nov 2017 06:49:40 +0000 (08:49 +0200)
commit9165f77d5f93a2c12aa0e90853e3ae7212800d3c
tree96b831acd89b33f865d0be34bdbf5b7431c780c0
parent3bda02222aa3783bf85fc3ff8bc042aefd9c4fd3
bpo-32012: Disallow trailing comma after genexpr without parenthesis. (#4382)
Doc/whatsnew/3.7.rst
Lib/test/test_syntax.py
Misc/NEWS.d/next/Core and Builtins/2017-11-13-00-37-11.bpo-32012.Kprjqe.rst [new file with mode: 0644]
Python/ast.c