summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2016-12-15 16:22:19 +0100
committerVictor Stinner <victor.stinner@gmail.com>2016-12-15 16:22:19 +0100
commit0e9b52e2a38d7887cc4abddf8ad2ac617d63fd11 (patch)
tree3b713f060580b3fbde5268ff2cb9fa8c6efba796 /Doc
parentcff69a956b4ce78ad7c4318ada06f07959dd8023 (diff)
parent8685b18f3959acbca5d7b78ceca71d5269d94d34 (diff)
downloadcpython-0e9b52e2a38d7887cc4abddf8ad2ac617d63fd11.tar.gz
Merge 3.6
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/3.6.rst2
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.