[Python-checkins] python/dist/src/Misc NEWS,1.914,1.915
rhettinger at users.sourceforge.net
rhettinger at users.sourceforge.net
Wed Dec 17 15:43:35 EST 2003
- Previous message: [Python-checkins] python/dist/src/Lib/test test_builtin.py, 1.26,
1.27 test_descrtut.py, 1.18, 1.19 test_itertools.py, 1.26,
1.27 test_operator.py, 1.12, 1.13 test_set.py, 1.7,
1.8 test_sort.py, 1.10, 1.11
- Next message: [Python-checkins] python/dist/src/Objects listobject.c,2.169,2.170
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv9388/Misc
Modified Files:
NEWS
Log Message:
Guido grants a Christmas wish:
sorted() becomes a regular function instead of a classmethod.
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.914
retrieving revision 1.915
diff -C2 -d -r1.914 -r1.915
*** NEWS 15 Dec 2003 19:24:34 -0000 1.914
--- NEWS 17 Dec 2003 20:43:32 -0000 1.915
***************
*** 76,79 ****
--- 76,82 ----
over a sequence.
+ - Added a sorted() builtin function that returns a new sorted list
+ from any iterable.
+
- CObjects are now mutable (on the C level) through PyCObject_SetVoidPtr.
***************
*** 86,92 ****
starting with Py2.3 are guaranteed to be stable (the relative order of
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
--- 89,92 ----
- Previous message: [Python-checkins] python/dist/src/Lib/test test_builtin.py, 1.26,
1.27 test_descrtut.py, 1.18, 1.19 test_itertools.py, 1.26,
1.27 test_operator.py, 1.12, 1.13 test_set.py, 1.7,
1.8 test_sort.py, 1.10, 1.11
- Next message: [Python-checkins] python/dist/src/Objects listobject.c,2.169,2.170
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Python-checkins
mailing list