commit | 44f8696171f8d9e29c82e250ed90351dfb207da2 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Wed Sep 05 13:44:54 2001 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Wed Sep 05 13:44:54 2001 +0000 |
tree | f36e0a0410aae536bd757773a8c684e48563781b | |
parent | b3a639ed7d53ab49eae174c5605d0861c56489f3 [diff] [blame] |
Patch #428326: New class threading.Timer.
diff --git a/Misc/NEWS b/Misc/NEWS index 5e763c0..a4d7395 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -81,6 +81,9 @@ 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.