From 9ae3fb5a7e4d5a4cb6b5bd52ff6bf6f14738b5ac Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Thu, 8 Sep 2016 11:55:38 -0700 Subject: [PATCH] Issue #27350: Add credits --- Misc/NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/Misc/NEWS b/Misc/NEWS index 5f0b6cdbee..a55400ff5d 100644 --- 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()``. -- 2.40.0