]> granicus.if.org Git - python/commit
#10869: do not visit root node twice in ast.increment_lineno().
authorGeorg Brandl <georg@python.org>
Sun, 9 Jan 2011 07:38:51 +0000 (07:38 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 9 Jan 2011 07:38:51 +0000 (07:38 +0000)
commit619e7ba8148cb9ebf11a1331c788b6713e88ca5d
tree160522c207fc7f9ee88f239c03e7ccf87365fcec
parent5b2d9ddf69cecfb9ad4e687fab3f34ecc5a9ea4f
#10869: do not visit root node twice in ast.increment_lineno().
Doc/library/ast.rst
Lib/ast.py
Lib/test/test_ast.py
Misc/ACKS
Misc/NEWS