[Python-checkins] CVS: python/dist/src/Misc NEWS,1.229,1.230

Martin v. L?wis loewis@users.sourceforge.net
Wed, 05 Sep 2001 06:44:56 -0700


Update of /cvsroot/python/python/dist/src/Misc
In directory usw-pr-cvs1:/tmp/cvs-serv28325/Misc

Modified Files:
	NEWS 
Log Message:
Patch #428326: New class threading.Timer.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.229
retrieving revision 1.230
diff -C2 -d -r1.229 -r1.230
*** NEWS	2001/09/05 00:53:45	1.229
--- NEWS	2001/09/05 13:44:54	1.230
***************
*** 82,85 ****
--- 82,88 ----
  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.