summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorDaniel Stutzbach <daniel@stutzbachenterprises.com>2010-12-02 21:55:33 (GMT)
committerDaniel Stutzbach <daniel@stutzbachenterprises.com>2010-12-02 21:55:33 (GMT)
commit98338227a7fe2ebb3e820c547ab05af259320642 (patch)
treecc8b778a49afd57cc0fc697dcfdcda7b5aedc7f1 /Misc/NEWS
parenta0b44b5adb05e96e68297adcba39985b8f4dee61 (diff)
downloadcpython-98338227a7fe2ebb3e820c547ab05af259320642.zip
cpython-98338227a7fe2ebb3e820c547ab05af259320642.tar.gz
cpython-98338227a7fe2ebb3e820c547ab05af259320642.tar.bz2
Issue9915: speeding up sorting with a key
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8205343..b0975f8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,8 @@ What's New in Python 3.2 Beta 1?
Core and Builtins
-----------------
+- Issue #9915: Speed up sorting with a key.
+
- Issue #9333: Expose os.symlink only when the SeCreateSymbolicLinkPrivilege
is held by the user's account, i.e., when the function can actually be used.