-
-
Notifications
You must be signed in to change notification settings - Fork 34.8k
bpo-39879: Update docs dict preserve insertion order #19006
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
38eb8cd
bpo-39879: Update docs dict preserve insertion order
fb8e1ca
Fixed a typo
82f0250
Replaced tabs by spaces
9f34bb1
Added contributor name to Misc/ACKS
ca3eab0
📜🤖 Added by blurb_it.
blurb-it[bot] 07808ec
Applying requested changes
b9a536e
Merge branch 'docs-dict-ordered' of github.com:AkechiShiro/cpython in…
d9458c3
Converting tabs to space
659094d
Fix trailing whitespace/convert tabs to space
b4b48d8
update language reference to specify that dict is insertion-ordered.
furkanonder 8a1cfc5
Merge pull request #1 from furkanonder/docs-dict-ordered
AkechiShiro 4e893c6
Revert "Docs dict ordered"
AkechiShiro f8a6397
Merge pull request #2 from AkechiShiro/revert-1-docs-dict-ordered
AkechiShiro ff04f7e
Revert "Revert "Docs dict ordered""
AkechiShiro 2e31dda
Merge pull request #3 from AkechiShiro/revert-2-revert-1-docs-dict-or…
AkechiShiro baf48b0
Delete trailling whitespace
08fd18f
fix more trailling whitespace
AkechiShiro 3c6b644
Requested changes fixes:versionchanged note moved at end of section
AkechiShiro f00776d
Update Misc/NEWS.d/next/Documentation/2020-03-16-18-12-02.bpo-39879.C…
AkechiShiro 8ab1420
Removed unecessary words
AkechiShiro 82dfca8
Merge branch 'docs-dict-ordered' of github.com:AkechiShiro/cpython in…
AkechiShiro df32abb
Clarify and precise note
AkechiShiro c757a5e
Fix typo
AkechiShiro File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
Misc/NEWS.d/next/Documentation/2020-03-16-18-12-02.bpo-39879.CnQ7Cv.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| Updated :ref:`datamodel` docs to include :func:`dict` insertion order preservation. | ||
| Patch by Furkan Onder and Samy Lahfa. |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.