We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ae9004 commit 2737308Copy full SHA for 2737308
Doc/library/stdtypes.rst
@@ -4986,9 +4986,6 @@ can be used interchangeably to index the same dictionary entry.
4986
>>> a == b == c == d == e == f
4987
True
4988
4989
- Providing keyword arguments as in the first example only works for keys that
4990
- are valid Python identifiers. Otherwise, any valid keys can be used.
4991
-
4992
Dictionaries preserve insertion order. Note that updating a key does not
4993
affect the order. Keys added after deletion are inserted at the end. ::
4994
0 commit comments