[Python-checkins] cpython: Issue #27350: Add credits

raymond.hettinger python-checkins at python.org
Thu Sep 8 14:56:06 EDT 2016


https://hg.python.org/cpython/rev/9434f511937d
changeset:   103341:9434f511937d
user:        Raymond Hettinger <python at rcn.com>
date:        Thu Sep 08 11:55:38 2016 -0700
summary:
  Issue #27350: Add credits

files:
  Misc/NEWS |  1 +
  1 files changed, 1 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,7 @@
 
 - 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()``.

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


More information about the Python-checkins mailing list