diff options
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -10,6 +10,9 @@ What's New in Python 2.5 alpha 1? Core and builtins ----------------- +- min() and max() now support key= arguments with the same meaning as in + list.sort(). + Extension Modules ----------------- @@ -19,7 +22,7 @@ Library ------- - heapq.nsmallest() and heapq.nlargest() now support key= arguments with - the same meaning as for list.sort(). + the same meaning as in list.sort(). Build |