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 6d5cf8a commit f7e9dfbCopy full SHA for f7e9dfb
1 file changed
Doc/whatsnew/3.6.rst
@@ -404,7 +404,9 @@ Some smaller changes made to the core Python language are:
404
* :func:`dict` now uses a "compact" representation `pioneered by PyPy
405
<https://morepypy.blogspot.com/2015/01/faster-more-memory-efficient-and-more.html>`_.
406
:pep:`468` (Preserving the order of ``**kwargs`` in a function.) is
407
- implemented by this. (Contributed by INADA Naoki in :issue:`27350`.)
+ 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>`_.)
410
411
* Long sequences of repeated traceback lines are now abbreviated as
412
``"[Previous line repeated {count} more times]"`` (see
0 commit comments