[Python-checkins] python/dist/src/Misc NEWS,1.989,1.990

bcannon at users.sourceforge.net bcannon at users.sourceforge.net
Fri Jun 4 21:12:54 EDT 2004


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10131/Misc

Modified Files:
	NEWS 
Log Message:
Refactored site.py into functions.  Also moved over to using sets.

New regression test suite.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.989
retrieving revision 1.990
diff -C2 -d -r1.989 -r1.990
*** NEWS	4 Jun 2004 13:55:13 -0000	1.989
--- NEWS	5 Jun 2004 01:12:51 -0000	1.990
***************
*** 323,326 ****
--- 323,329 ----
  -------
  
+ - refactored site.py into functions.  Also wrote regression tests for the
+   module.
+ 
  - asyncore.loop now has repeat count parameter that defaults to infinity.
  




More information about the Python-checkins mailing list