From: Jason R. Coombs Date: Fri, 26 Jun 2015 21:45:09 +0000 (-0400) Subject: Issue #20387: Update Misc/NEWS X-Git-Tag: v3.5.0b3~35^2^2^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d1d628d552128d73d8876d9af9d6f6ef0ec22857;p=thirdparty%2FPython%2Fcpython.git Issue #20387: Update Misc/NEWS --- diff --git a/Misc/NEWS b/Misc/NEWS index b2f49600ac25..496a92e194d6 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.