]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
closes bpo-34641: Further restrict the LHS of keyword argument function call syntax...
authorBenjamin Peterson <benjamin@python.org>
Thu, 13 Sep 2018 00:14:39 +0000 (17:14 -0700)
committerGitHub <noreply@github.com>
Thu, 13 Sep 2018 00:14:39 +0000 (17:14 -0700)
commitc9a71dd223c4ad200a97aa320aef6bd3d45f8897
treee287118e87da5e55f7b6adc2ac3727f871aa520a
parent6d9767fb263d286dc383ece01ca5b0b25117bd94
closes bpo-34641: Further restrict the LHS of keyword argument function call syntax. (GH-9212)
Doc/whatsnew/3.8.rst
Lib/test/test_syntax.py
Misc/NEWS.d/next/Core and Builtins/2018-09-11-23-12-33.bpo-34641.gFBCc9.rst [new file with mode: 0644]
Python/ast.c