[Python-checkins] python/dist/src/Misc NEWS,1.893,1.894

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Wed Nov 19 10:52:17 EST 2003


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

Modified Files:
	NEWS 
Log Message:
Remove deprecation of sets.Set.update().

Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.893
retrieving revision 1.894
diff -C2 -d -r1.893 -r1.894
*** NEWS	18 Nov 2003 19:46:24 -0000	1.893
--- NEWS	19 Nov 2003 15:52:14 -0000	1.894
***************
*** 162,167 ****
  - sets.py now runs under Py2.2.  In addition, the argument restrictions
    for most set methods (but not the operators) have been relaxed to
!   allow any iterable.  Also the Set.update() has been deprecated because
!   it duplicates Set.union_update().
  
  - _strptime.py now has a behind-the-scenes caching mechanism for the most
--- 162,166 ----
  - sets.py now runs under Py2.2.  In addition, the argument restrictions
    for most set methods (but not the operators) have been relaxed to
!   allow any iterable.
  
  - _strptime.py now has a behind-the-scenes caching mechanism for the most





More information about the Python-checkins mailing list