[Python-checkins] cpython: credit Raymond

benjamin.peterson python-checkins at python.org
Fri Sep 9 12:33:49 EDT 2016


https://hg.python.org/cpython/rev/b75ea284d981
changeset:   103410:b75ea284d981
user:        Benjamin Peterson <benjamin at python.org>
date:        Fri Sep 09 09:33:23 2016 -0700
summary:
  credit Raymond

files:
  Doc/whatsnew/3.6.rst |  4 +++-
  1 files changed, 3 insertions(+), 1 deletions(-)


diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst
--- a/Doc/whatsnew/3.6.rst
+++ b/Doc/whatsnew/3.6.rst
@@ -404,7 +404,9 @@
 * :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

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list