mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
credit Raymond
This commit is contained in:
parent
6d5cf8a73e
commit
f7e9dfbee2
1 changed files with 3 additions and 1 deletions
|
|
@ -404,7 +404,9 @@ Some smaller changes made to the core Python language are:
|
|||
* :func:`dict` now uses a "compact" representation `pioneered by PyPy
|
||||
<https://morepypy.blogspot.com/2015/01/faster-more-memory-efficient-and-more.html>`_.
|
||||
:pep:`468` (Preserving the order of ``**kwargs`` in a function.) is
|
||||
implemented by this. (Contributed by INADA Naoki in :issue:`27350`.)
|
||||
implemented by this. (Contributed by INADA Naoki in :issue:`27350`. Idea
|
||||
`originally suggested by Raymond Hettinger
|
||||
<https://mail.python.org/pipermail/python-dev/2012-December/123028.html>`_.)
|
||||
|
||||
* Long sequences of repeated traceback lines are now abbreviated as
|
||||
``"[Previous line repeated {count} more times]"`` (see
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue