]> granicus.if.org Git - python/commit
bpo-35169: Improve error messages for forbidden assignments. (GH-10342)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 20 Nov 2018 17:27:16 +0000 (19:27 +0200)
committerGitHub <noreply@github.com>
Tue, 20 Nov 2018 17:27:16 +0000 (19:27 +0200)
commit97f1efb6062188645a470daaa91e3669d739c75f
tree52b5013f014bcd50af40156270fe12e3fc7a5b83
parent6c48bf2d9e1e18dfbfa35f7582ddd32f11f75129
bpo-35169: Improve error messages for forbidden assignments. (GH-10342)
Lib/test/test_dictcomps.py
Lib/test/test_generators.py
Lib/test/test_genexps.py
Lib/test/test_syntax.py
Misc/NEWS.d/next/Core and Builtins/2018-11-05-21-19-05.bpo-35169._FyPI2.rst [new file with mode: 0644]
Python/ast.c