Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f7e9dfb

Browse files
committed
credit Raymond
1 parent 6d5cf8a commit f7e9dfb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Doc/whatsnew/3.6.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,9 @@ Some smaller changes made to the core Python language are:
404404
* :func:`dict` now uses a "compact" representation `pioneered by PyPy
405405
<https://morepypy.blogspot.com/2015/01/faster-more-memory-efficient-and-more.html>`_.
406406
:pep:`468` (Preserving the order of ``**kwargs`` in a function.) is
407-
implemented by this. (Contributed by INADA Naoki in :issue:`27350`.)
407+
implemented by this. (Contributed by INADA Naoki in :issue:`27350`. Idea
408+
`originally suggested by Raymond Hettinger
409+
<https://mail.python.org/pipermail/python-dev/2012-December/123028.html>`_.)
408410

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

0 commit comments

Comments
 (0)