PEP-0584: Specify order guarantee (GH-1409)
This commit is contained in:
parent
116212bf6c
commit
93849f7046
|
@ -175,6 +175,8 @@ accept any iterable, not just lists. Continued from above::
|
|||
>>> d
|
||||
{'eggs': 2, 'cheese': 'cheddar', 'aardvark': 'Ethel', 'spam': 999}
|
||||
|
||||
When new keys are added, their order matches their order within the
|
||||
right-hand mapping, if any exists for its type.
|
||||
|
||||
========================
|
||||
Reference Implementation
|
||||
|
|
Loading…
Reference in New Issue