Kaydet (Commit) 98338227 authored tarafından Daniel Stutzbach's avatar Daniel Stutzbach

Issue9915: speeding up sorting with a key

üst a0b44b5a
...@@ -10,6 +10,8 @@ What's New in Python 3.2 Beta 1? ...@@ -10,6 +10,8 @@ What's New in Python 3.2 Beta 1?
Core and Builtins Core and Builtins
----------------- -----------------
- Issue #9915: Speed up sorting with a key.
- Issue #9333: Expose os.symlink only when the SeCreateSymbolicLinkPrivilege - 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. is held by the user's account, i.e., when the function can actually be used.
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment