[Python-checkins] python/dist/src/Misc NEWS,1.689,1.690

gvanrossum@users.sourceforge.net gvanrossum@users.sourceforge.net
Wed, 05 Mar 2003 17:56:16 -0800


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

Modified Files:
	NEWS 
Log Message:
Mention timeit.py.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.689
retrieving revision 1.690
diff -C2 -d -r1.689 -r1.690
*** NEWS	5 Mar 2003 15:13:42 -0000	1.689
--- NEWS	6 Mar 2003 01:56:12 -0000	1.690
***************
*** 41,44 ****
--- 41,47 ----
  -------
  
+ - New module timeit provides a simple framework for timing the
+   execution speed of expressions and statements.
+ 
  - sets.Set objects now support mixed-type __eq__ and __ne__, instead
    of raising TypeError.  If x is a Set object and y is a non-Set object,