[Python-checkins] python/dist/src/Misc NEWS,1.1193,1.1194
rhettinger at users.sourceforge.net
rhettinger at users.sourceforge.net
Thu Dec 2 09:59:17 CET 2004
Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20862/Misc
Modified Files:
NEWS
Log Message:
Add key= argument to heapq.nsmallest() and heapq.nlargest().
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1193
retrieving revision 1.1194
diff -u -d -r1.1193 -r1.1194
--- NEWS 30 Nov 2004 11:53:10 -0000 1.1193
+++ NEWS 2 Dec 2004 08:59:14 -0000 1.1194
@@ -4,6 +4,46 @@
(editors: check NEWS.help for information about editing NEWS using ReST.)
+What's New in Python 2.5 alpha 1?
+=================================
+
+Core and builtins
+-----------------
+
+
+Extension Modules
+-----------------
+
+
+Library
+-------
+
+- heapq.nsmallest() and heapq.nlargest() now support key= arguments with
+ the same meaning as for list.sort().
+
+
+Build
+-----
+
+
+C API
+-----
+
+
+Tests
+-----
+
+
+Mac
+---
+
+
+
+Tools/Demos
+-----------
+
+
+
What's New in Python 2.4 final?
===============================
More information about the Python-checkins
mailing list