diff options
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS.d/next/Core and Builtins/2018-01-28-15-09-33.bpo-28685.cHThLM.rst | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -554,6 +554,7 @@ Tiago Gonçalves Chris Gonnerman Shelley Gooch David Goodger +Elliot Gorokhovsky Hans de Graaff Tim Graham Kim Gräsman diff --git a/Misc/NEWS.d/next/Core and Builtins/2018-01-28-15-09-33.bpo-28685.cHThLM.rst b/Misc/NEWS.d/next/Core and Builtins/2018-01-28-15-09-33.bpo-28685.cHThLM.rst new file mode 100644 index 0000000000..ccc3c0857b --- /dev/null +++ b/Misc/NEWS.d/next/Core and Builtins/2018-01-28-15-09-33.bpo-28685.cHThLM.rst @@ -0,0 +1,2 @@ +Optimize list.sort() and sorted() by using type specialized comparisons when +possible. |