summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2001-09-05 13:44:54 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2001-09-05 13:44:54 (GMT)
commit44f8696171f8d9e29c82e250ed90351dfb207da2 (patch)
treef36e0a0410aae536bd757773a8c684e48563781b /Misc
parentb3a639ed7d53ab49eae174c5605d0861c56489f3 (diff)
downloadcpython-44f8696171f8d9e29c82e250ed90351dfb207da2.zip
cpython-44f8696171f8d9e29c82e250ed90351dfb207da2.tar.gz
cpython-44f8696171f8d9e29c82e250ed90351dfb207da2.tar.bz2
Patch #428326: New class threading.Timer.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5e763c0..a4d7395 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -81,6 +81,9 @@ Core
Library
+- Asynchronous timeout actions are available through the new class
+ threading.Timer.
+
- math.log and math.log10 now return sensible results for even huge
long arguments. For example, math.log10(10 ** 10000) ~= 10000.0.