Issue #27350: Add credits

This commit is contained in:
Raymond Hettinger 2016-09-08 11:55:38 -07:00
parent a8a7148f1e
commit 9ae3fb5a7e
1 changed files with 1 additions and 0 deletions

View File

@ -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()``.