]> granicus.if.org Git - python/commit
bpo-15248: Emit a compiler warning when missed a comma before tuple or list. (GH...
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 16 Feb 2019 06:12:19 +0000 (08:12 +0200)
committerGitHub <noreply@github.com>
Sat, 16 Feb 2019 06:12:19 +0000 (08:12 +0200)
commit62e4481238b82f111ffb1104a4b97099dd83ae2b
treef679c8f683e8e01118273163c2cec077a4530777
parenta16ab00c0b8e126ab82e7cb5098af3ea32d315ff
bpo-15248: Emit a compiler warning when missed a comma before tuple or list. (GH-11757)
Doc/whatsnew/3.8.rst
Lib/test/test_grammar.py
Misc/NEWS.d/next/Core and Builtins/2019-02-04-21-10-17.bpo-15248.2sXSZZ.rst [new file with mode: 0644]
Python/compile.c