commit | 9ae3fb5a7e4d5a4cb6b5bd52ff6bf6f14738b5ac | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Thu Sep 08 11:55:38 2016 -0700 |
committer | Raymond Hettinger <python@rcn.com> | Thu Sep 08 11:55:38 2016 -0700 |
tree | ecdade19482bf983ba9b0dc9cef162d3af59b1ea | |
parent | a8a7148f1e032e82f892a991cb756162c64b5dd4 [diff] |
Issue #27350: Add credits
diff --git a/Misc/NEWS b/Misc/NEWS index 5f0b6cd..a55400f 100644 --- 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()``.