[Python-checkins] python/dist/src/Misc NEWS,1.880,1.881

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Wed Oct 29 01:54:45 EST 2003


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

Modified Files:
	NEWS 
Log Message:
Add list.sorted() classmethod.

Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.880
retrieving revision 1.881
diff -C2 -d -r1.880 -r1.881
*** NEWS	28 Oct 2003 16:24:00 -0000	1.880
--- NEWS	29 Oct 2003 06:54:42 -0000	1.881
***************
*** 24,29 ****
    records with equal keys is unchanged).
  
! - Added a list.copysort() method that returns a copy of the sorted list
!   while leaving the original intact.
  
  - Added test whether wchar_t is signed or not. A signed wchar_t is not
--- 24,29 ----
    records with equal keys is unchanged).
  
! - Added a list.sorted() classmethod that returns a new sorted list
!   from any iterable.
  
  - Added test whether wchar_t is signed or not. A signed wchar_t is not





More information about the Python-checkins mailing list