[Python-checkins] cpython: docs: Sync whatsnew/3.5.rst with 3.6

yury.selivanov python-checkins at python.org
Sat May 30 19:48:03 CEST 2015


https://hg.python.org/cpython/rev/d810cce6473f
changeset:   96389:d810cce6473f
user:        Yury Selivanov <yselivanov at sprymix.com>
date:        Sat May 30 13:47:57 2015 -0400
summary:
  docs: Sync whatsnew/3.5.rst with 3.6

files:
  Doc/whatsnew/3.5.rst |  4 ++++
  1 files changed, 4 insertions(+), 0 deletions(-)


diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst
--- a/Doc/whatsnew/3.5.rst
+++ b/Doc/whatsnew/3.5.rst
@@ -97,6 +97,10 @@
 
 Significantly Improved Library Modules:
 
+* :class:`collections.OrderedDict` is now implemented in C, which improves
+  its performance between 4x to 100x times.  Contributed by Eric Snow in
+  :issue:`16991`.
+
 * You may now pass bytes to the :mod:`tempfile` module's APIs and it will
   return the temporary pathname as bytes instead of str.  It also accepts
   a value of ``None`` on parameters where only str was accepted in the past to

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list