(original) (raw)
changeset: 103341:9434f511937d user: Raymond Hettinger python@rcn.com date: Thu Sep 08 11:55:38 2016 -0700 files: Misc/NEWS description: Issue #27350: Add credits diff -r 8c91348e1dd4 -r 9434f511937d Misc/NEWS --- a/Misc/NEWS Thu Sep 08 11:44:26 2016 -0700 +++ b/Misc/NEWS Thu Sep 08 11:55:38 2016 -0700 @@ -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()``. /python@rcn.com