From: Benjamin Peterson Date: Fri, 9 Sep 2016 16:33:23 +0000 (-0700) Subject: credit Raymond X-Git-Tag: v3.6.0b1~209 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f7e9dfbee27294b4d9a3901a9450f29fd1741be9;p=thirdparty%2FPython%2Fcpython.git credit Raymond --- diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst index 23b8a32bb07d..8168b590ab1d 100644 --- a/Doc/whatsnew/3.6.rst +++ b/Doc/whatsnew/3.6.rst @@ -404,7 +404,9 @@ Some smaller changes made to the core Python language are: * :func:`dict` now uses a "compact" representation `pioneered by PyPy `_. :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 + `_.) * Long sequences of repeated traceback lines are now abbreviated as ``"[Previous line repeated {count} more times]"`` (see