]> granicus.if.org Git - python/commit
make opening brace of container literals and comprehensions correspond to the line...
authorBenjamin Peterson <benjamin@python.org>
Sat, 26 Sep 2015 05:44:43 +0000 (22:44 -0700)
committerBenjamin Peterson <benjamin@python.org>
Sat, 26 Sep 2015 05:44:43 +0000 (22:44 -0700)
commit58b53953f80f2b2c5a8583a04ce737acfb326def
tree749dfca8e0062cdb881d9d1b2b98e2369c05795c
parent58b07a605d7f5194df2978cfc81c598730dc84d6
make opening brace of container literals and comprehensions correspond to the line number and col offset of the AST node (closes #25131)
Lib/test/test_ast.py
Misc/NEWS
Python/ast.c