summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-01-09 07:38:51 (GMT)
committerGeorg Brandl <georg@python.org>2011-01-09 07:38:51 (GMT)
commit619e7ba8148cb9ebf11a1331c788b6713e88ca5d (patch)
tree160522c207fc7f9ee88f239c03e7ccf87365fcec /Misc
parent5b2d9ddf69cecfb9ad4e687fab3f34ecc5a9ea4f (diff)
downloadcpython-619e7ba8148cb9ebf11a1331c788b6713e88ca5d.zip
cpython-619e7ba8148cb9ebf11a1331c788b6713e88ca5d.tar.gz
cpython-619e7ba8148cb9ebf11a1331c788b6713e88ca5d.tar.bz2
#10869: do not visit root node twice in ast.increment_lineno().
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS3
2 files changed, 4 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 6929e36..93e948d 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -905,6 +905,7 @@ Cliff Wells
Rickard Westman
Jeff Wheeler
Christopher White
+David White
Mats Wichmann
Truida Wiedijk
Felix Wiemann
diff --git a/Misc/NEWS b/Misc/NEWS
index 2f8b6db..2b2c283 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -40,6 +40,9 @@ Core and Builtins
Library
-------
+- Issue #10869: Fixed bug where ast.increment_lineno modified the root
+ node twice.
+
- Issue #5871: email.header.Header.encode now raises an error if any
continuation line in the formatted value has no leading white space
and looks like a header. Since Generator uses Header to format all