diff options
author | Daniel Stutzbach <daniel@stutzbachenterprises.com> | 2010-12-02 21:55:33 (GMT) |
---|---|---|
committer | Daniel Stutzbach <daniel@stutzbachenterprises.com> | 2010-12-02 21:55:33 (GMT) |
commit | 98338227a7fe2ebb3e820c547ab05af259320642 (patch) | |
tree | cc8b778a49afd57cc0fc697dcfdcda7b5aedc7f1 /Misc/NEWS | |
parent | a0b44b5adb05e96e68297adcba39985b8f4dee61 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |