Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8320193

Browse files
committed
Issue #28979: Fix What's New in Python 3.6, dict
The new dict implementation is not faster, but more compact. Patch written by Brendan Donegan.
1 parent 3d40e37 commit 8320193

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/whatsnew/3.6.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ New library modules:
7777
CPython implementation improvements:
7878

7979
* The :ref:`dict <typesmapping>` type has been reimplemented to use
80-
a :ref:`faster, more compact representation <whatsnew36-compactdict>`
80+
a :ref:`more compact representation <whatsnew36-compactdict>`
8181
similar to the `PyPy dict implementation`_. This resulted in dictionaries
8282
using 20% to 25% less memory when compared to Python 3.5.
8383

0 commit comments

Comments
 (0)