]> granicus.if.org Git - python/commit
bpo-35877: Make parenthesis optional for named expression in while statement (GH...
authorXtreak <tir.karthi@gmail.com>
Fri, 1 Feb 2019 21:40:16 +0000 (03:10 +0530)
committerEmily Morehouse <emilyemorehouse@gmail.com>
Fri, 1 Feb 2019 21:40:16 +0000 (14:40 -0700)
commitd4fceaafb8e3f8700d9ec6ab37a51e903392f74f
treefb3681a954e8d42a3a3161ad38eebcb4eeaf9884
parent85d83ec7c99727476c79feb5c34c65264a99144e
bpo-35877: Make parenthesis optional for named expression in while statement (GH-11724)

* Add parenthesis optional in named expressions for while statement

* Add NEWS entry
Grammar/Grammar
Lib/test/test_parser.py
Misc/NEWS.d/next/Core and Builtins/2019-02-01-22-38-11.bpo-35877.Jrse8f.rst [new file with mode: 0644]
Python/graminit.c