[Python-checkins] python/dist/src/Misc NEWS,1.831.4.49,1.831.4.50

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Mon Sep 22 00:42:58 EDT 2003


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

Modified Files:
      Tag: release23-maint
	NEWS 
Log Message:
Removed the PendingDeprecation warning from sets.py because it adds
little value while introducing incompatability with the version 
being bugfixed.  



Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.831.4.49
retrieving revision 1.831.4.50
diff -C2 -d -r1.831.4.49 -r1.831.4.50
*** NEWS	20 Sep 2003 11:13:17 -0000	1.831.4.49
--- NEWS	22 Sep 2003 04:42:56 -0000	1.831.4.50
***************
*** 91,96 ****
  - 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().
  
  - Bug #801342:  random.sample() now accepts a Set as a possible argument.
--- 91,95 ----
  - 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.
  
  - Bug #801342:  random.sample() now accepts a Set as a possible argument.





More information about the Python-checkins mailing list