summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-06-28 15:13:30 (GMT)
committerJason R. Coombs <jaraco@jaraco.com>2015-06-28 15:13:30 (GMT)
commita95a476b3ae93d890209e592d675ae64c82e05dc (patch)
treea8769511b04f31f00521a2e4e0f3d42d8e561dee /Misc
parentb9b9e7b46a880e7a628a698fd47173b7f7d68870 (diff)
parent50373e6c21e933d2fee7039204bdc51c4475d634 (diff)
downloadcpython-a95a476b3ae93d890209e592d675ae64c82e05dc.zip
cpython-a95a476b3ae93d890209e592d675ae64c82e05dc.tar.gz
cpython-a95a476b3ae93d890209e592d675ae64c82e05dc.tar.bz2
Issue #20387: Merge test and patch from 3.4.4
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9df9a62..dc2af32 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -25,6 +25,9 @@ Core and Builtins
Library
-------
+- Issue #20387: Restore semantic round-trip correctness in tokenize/untokenize
+ for tab-indented blocks.
+
- Issue #24456: Fixed possible buffer over-read in adpcm2lin() and lin2adpcm()
functions of the audioop module.