]> granicus.if.org Git - python/commitdiff
Issue #20387: Update Misc/NEWS
authorJason R. Coombs <jaraco@jaraco.com>
Fri, 26 Jun 2015 21:45:09 +0000 (17:45 -0400)
committerJason R. Coombs <jaraco@jaraco.com>
Fri, 26 Jun 2015 21:45:09 +0000 (17:45 -0400)
Misc/NEWS

index b2f49600ac25393607456c0c6e2542aabcc68132..496a92e194d693bfae757557cb17c94b8a9787ab 100644 (file)
--- 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.