[Python-checkins] cpython (merge 3.6 -> default): Merge 3.6

victor.stinner python-checkins at python.org
Thu Dec 15 10:22:24 EST 2016


https://hg.python.org/cpython/rev/ff588872867d
changeset:   105641:ff588872867d
parent:      105639:71876e4abce4
parent:      105640:181453f9a0c4
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Thu Dec 15 16:22:19 2016 +0100
summary:
  Merge 3.6

files:
  Doc/whatsnew/3.6.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst
--- a/Doc/whatsnew/3.6.rst
+++ b/Doc/whatsnew/3.6.rst
@@ -77,7 +77,7 @@
 CPython implementation improvements:
 
 * The :ref:`dict <typesmapping>` type has been reimplemented to use
-  a :ref:`faster, more compact representation <whatsnew36-compactdict>`
+  a :ref:`more compact representation <whatsnew36-compactdict>`
   similar to the `PyPy dict implementation`_.  This resulted in dictionaries
   using 20% to 25% less memory when compared to Python 3.5.
 

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


More information about the Python-checkins mailing list