]> granicus.if.org Git - python/commitdiff
Issue #28979: Fix What's New in Python 3.6, dict
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 15 Dec 2016 15:20:53 +0000 (16:20 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 15 Dec 2016 15:20:53 +0000 (16:20 +0100)
The new dict implementation is not faster, but more compact.

Patch written by Brendan Donegan.

Doc/whatsnew/3.6.rst

index 0187f94c6f4e46233da83f0e5d33f91bd7b6263a..84c452a0493d9df7c31c4bcc0a8584752b4672ba 100644 (file)
@@ -77,7 +77,7 @@ New library modules:
 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.