summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-06-26 17:45:09 -0400
committerJason R. Coombs <jaraco@jaraco.com>2015-06-26 17:45:09 -0400
commitd1d628d552128d73d8876d9af9d6f6ef0ec22857 (patch)
tree015235aa07ab9c62fbdec9ab7f73c255956efba2
parente411b6629fb5f7bc01bec89df75737875ce6d8f5 (diff)
downloadcpython-git-d1d628d552128d73d8876d9af9d6f6ef0ec22857.tar.gz
Issue #20387: Update Misc/NEWS
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b2f49600ac..496a92e194 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.