Issue #5633: Fixed timeit when the statement is a string and the setup is not.

This commit is contained in:
Serhiy Storchaka 2015-05-30 19:38:26 +03:00
parent fa494fd883
commit f28fa66351
3 changed files with 13 additions and 3 deletions

View file

@ -60,6 +60,8 @@ Core and Builtins
Library
-------
- 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.
Original patch by David Moore.