[Python-checkins] python/dist/src/Misc NEWS,1.842,1.843

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Fri Aug 15 15:17:06 EDT 2003


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

Modified Files:
	NEWS 
Log Message:
Make sets.py compatible with Py2.2

Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.842
retrieving revision 1.843
diff -C2 -d -r1.842 -r1.843
*** NEWS	15 Aug 2003 01:16:36 -0000	1.842
--- NEWS	15 Aug 2003 21:17:04 -0000	1.843
***************
*** 31,34 ****
--- 31,36 ----
  -------
  
+ - sets.py now runs under Py2.2
+ 
  - random.seed() with no arguments or None uses time.time() as a default
    seed.  Modified to match Py2.2 behavior and use fractional seconds so





More information about the Python-checkins mailing list