mirror of
https://github.com/python/cpython.git
synced 2025-09-29 11:45:57 +00:00
commit
2d337c7061
2 changed files with 2 additions and 1 deletions
|
@ -96,6 +96,7 @@ docs@python.org), and we'll be glad to correct the problem.
|
||||||
* Rob Hooft
|
* Rob Hooft
|
||||||
* Brian Hooper
|
* Brian Hooper
|
||||||
* Randall Hopper
|
* Randall Hopper
|
||||||
|
* Mike Hoy
|
||||||
* Michael Hudson
|
* Michael Hudson
|
||||||
* Eric Huss
|
* Eric Huss
|
||||||
* Jeremy Hylton
|
* Jeremy Hylton
|
||||||
|
|
|
@ -1012,7 +1012,7 @@ are deleted. But when new keys are added, the keys are appended
|
||||||
to the end and the sort is not maintained.
|
to the end and the sort is not maintained.
|
||||||
|
|
||||||
It is also straight-forward to create an ordered dictionary variant
|
It is also straight-forward to create an ordered dictionary variant
|
||||||
that the remembers the order the keys were *last* inserted.
|
that remembers the order the keys were *last* inserted.
|
||||||
If a new entry overwrites an existing entry, the
|
If a new entry overwrites an existing entry, the
|
||||||
original insertion position is changed and moved to the end::
|
original insertion position is changed and moved to the end::
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue