summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-05-30 16:38:26 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-05-30 16:38:26 (GMT)
commitf28fa66351fe93b3fcdc98c7f35f05573ea93df2 (patch)
tree9590adf739f5f3b76111a8cc339ef9ab7b490a67 /Misc
parentfa494fd88384acc52cf9292d0c89e2961c8f747f (diff)
downloadcpython-f28fa66351fe93b3fcdc98c7f35f05573ea93df2.zip
cpython-f28fa66351fe93b3fcdc98c7f35f05573ea93df2.tar.gz
cpython-f28fa66351fe93b3fcdc98c7f35f05573ea93df2.tar.bz2
Issue #5633: Fixed timeit when the statement is a string and the setup is not.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0a4eadb..dada469 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.