mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Issue #5633: Fixed timeit when the statement is a string and the setup is not.
This commit is contained in:
parent
fa494fd883
commit
f28fa66351
3 changed files with 13 additions and 3 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue