Skip to content

Commit e5e3edb

Browse files
committed
improve compact dict changelog
1 parent 2376316 commit e5e3edb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Doc/whatsnew/3.6.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -343,10 +343,10 @@ Other Language Changes
343343

344344
Some smaller changes made to the core Python language are:
345345

346-
* `dict` implementation is changed like PyPy. It is more compact and preserves
347-
insertion order. :pep:`PEP 468` (Preserving the order of `**kwargs` in a
348-
function.) is implemented by this.
349-
(Contributed by INADA Naoki in :issue:`27350`.)
346+
* :func:`dict` now uses a "compact" representation `pioneered by PyPy
347+
<https://morepypy.blogspot.com/2015/01/faster-more-memory-efficient-and-more.html>`_.
348+
:pep:`PEP 468` (Preserving the order of ``**kwargs`` in a function.) is
349+
implemented by this. (Contributed by INADA Naoki in :issue:`27350`.)
350350

351351
* Long sequences of repeated traceback lines are now abbreviated as
352352
``"[Previous line repeated {count} more times]"`` (see

0 commit comments

Comments
 (0)