changeset: 96710:4856ae883041 branch: 3.4 user: Jason R. Coombs date: Fri Jun 26 17:45:09 2015 -0400 files: Misc/NEWS description: Issue #20387: Update Misc/NEWS diff -r ff47efeeed48 -r 4856ae883041 Misc/NEWS --- a/Misc/NEWS Mon Jun 22 10:01:12 2015 +0800 +++ b/Misc/NEWS Fri Jun 26 17:45:09 2015 -0400 @@ -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.