Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c336c5 commit 6287177Copy full SHA for 6287177
1 file changed
Doc/whatsnew/3.6.rst
@@ -488,6 +488,8 @@ Some smaller changes made to the core Python language are:
488
489
* :func:`dict` now uses a "compact" representation `pioneered by PyPy
490
<https://morepypy.blogspot.com/2015/01/faster-more-memory-efficient-and-more.html>`_.
491
+ The memory usage of the new :func:`dict` is between 20% and 25% smaller
492
+ compared to Python 3.5.
493
:pep:`468` (Preserving the order of ``**kwargs`` in a function.) is
494
implemented by this. The order-preserving aspect of this new
495
implementation is considered an implementation detail and should
0 commit comments