Issue #20387: Update Misc/NEWS

This commit is contained in:
Jason R. Coombs 2015-06-26 17:45:09 -04:00
parent e411b6629f
commit d1d628d552
1 changed files with 3 additions and 0 deletions

View File

@ -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.