Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
2b326e4c
Commit
2b326e4c
authored
Aug 31, 2012
by
Andrew Svetlov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue #15825: fix typo in OrderedDict docs.
Patch by Mike Hoy.
parent
f6407a18
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
Doc/ACKS.txt
Doc/ACKS.txt
+1
-0
Doc/library/collections.rst
Doc/library/collections.rst
+1
-1
No files found.
Doc/ACKS.txt
View file @
2b326e4c
...
...
@@ -92,6 +92,7 @@ docs@python.org), and we'll be glad to correct the problem.
* Rob Hooft
* Brian Hooper
* Randall Hopper
* Mike Hoy
* Michael Hudson
* Eric Huss
* Jeremy Hylton
...
...
Doc/library/collections.rst
View file @
2b326e4c
...
...
@@ -852,7 +852,7 @@ are deleted. But when new keys are added, the keys are appended
to the end and the sort is not maintained.
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
original insertion position is changed and moved to the end::
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment