summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-06-26 21:45:09 (GMT)
committerJason R. Coombs <jaraco@jaraco.com>2015-06-26 21:45:09 (GMT)
commitd1d628d552128d73d8876d9af9d6f6ef0ec22857 (patch)
tree015235aa07ab9c62fbdec9ab7f73c255956efba2 /Misc
parente411b6629fb5f7bc01bec89df75737875ce6d8f5 (diff)
downloadcpython-d1d628d552128d73d8876d9af9d6f6ef0ec22857.zip
cpython-d1d628d552128d73d8876d9af9d6f6ef0ec22857.tar.gz
cpython-d1d628d552128d73d8876d9af9d6f6ef0ec22857.tar.bz2
Issue #20387: Update Misc/NEWS
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 b2f4960..496a92e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -60,6 +60,9 @@ Core and Builtins
Library
-------
+- Issue #20387: Restore semantic round-trip correctness in tokenize/untokenize
+ for tab-indented blocks.
+
- Issue #5633: Fixed timeit when the statement is a string and the setup is not.
- Issue #24326: Fixed audioop.ratecv() with non-default weightB argument.