diff options
| author | Victor Stinner <victor.stinner@gmail.com> | 2016-12-15 16:22:19 +0100 |
|---|---|---|
| committer | Victor Stinner <victor.stinner@gmail.com> | 2016-12-15 16:22:19 +0100 |
| commit | 41afe9dd853577c28e0927eabe23c3927bbed63d (patch) | |
| tree | 91bc11156bebf261438d97bd1254efa9f72fed28 | |
| parent | bc08ab4598ef05705fd1172f8be8f47307af96c1 (diff) | |
| parent | 8320193d106c63445e8186d9f8c9455ba931150d (diff) | |
| download | cpython-git-41afe9dd853577c28e0927eabe23c3927bbed63d.tar.gz | |
Merge 3.6
| -rw-r--r-- | 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 index 0187f94c6f..84c452a049 100644 --- a/Doc/whatsnew/3.6.rst +++ b/Doc/whatsnew/3.6.rst @@ -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. |
