File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -343,10 +343,10 @@ Other Language Changes
343343
344344Some 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
You can’t perform that action at this time.
0 commit comments