]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
credit Raymond
authorBenjamin Peterson <benjamin@python.org>
Fri, 9 Sep 2016 16:33:23 +0000 (09:33 -0700)
committerBenjamin Peterson <benjamin@python.org>
Fri, 9 Sep 2016 16:33:23 +0000 (09:33 -0700)
Doc/whatsnew/3.6.rst

index 23b8a32bb07d0636b90bf24f66995a4a7b5ccaa4..8168b590ab1dbe200e0ba9f5bc1673021e97e552 100644 (file)
@@ -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