]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #27350: Add credits
authorRaymond Hettinger <python@rcn.com>
Thu, 8 Sep 2016 18:55:38 +0000 (11:55 -0700)
committerRaymond Hettinger <python@rcn.com>
Thu, 8 Sep 2016 18:55:38 +0000 (11:55 -0700)
Misc/NEWS

index 5f0b6cdbee47a64cf28b4256f9950c1aa3bcb39c..a55400ff5dc90799ce1a7c500e946174888b810a 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,7 @@ Core and Builtins
 
 - Issue #27350: `dict` implementation is changed like PyPy. It is more compact
   and preserves insertion order.
+  (Concept developed by Raymond Hettinger and patch by Inada Naoki.)
 
 - Issue #27911: Remove unnecessary error checks in
   ``exec_builtin_or_dynamic()``.