https://hg.python.org/cpython/rev/4856ae883041 changeset: 96710:4856ae883041 branch: 3.4 user: Jason R. Coombs <jaraco at jaraco.com> date: Fri Jun 26 17:45:09 2015 -0400 summary: Issue #20387: Update Misc/NEWS files: Misc/NEWS | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS --- a/Misc/NEWS +++ b/Misc/NEWS @@ -60,6 +60,9 @@ 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. -- Repository URL: https://hg.python.org/cpython