[Python-checkins] python/dist/src/Misc NEWS,1.973,1.974

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Wed May 19 15:56:47 EDT 2004


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

Modified Files:
	NEWS 
Log Message:
SF bug #949329:  sets.Set() --> set()



Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.973
retrieving revision 1.974
diff -C2 -d -r1.973 -r1.974
*** NEWS	19 May 2004 08:20:10 -0000	1.973
--- NEWS	19 May 2004 19:56:44 -0000	1.974
***************
*** 309,312 ****
--- 309,314 ----
  -------
  
+ - stringprep.py now uses built-in set() instead of sets.Set().
+ 
  - Bug #876278: Unbounded recursion in modulefinder
  




More information about the Python-checkins mailing list