[proxy] github.com← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

bpo-39879: Update docs dict preserve insertion order by AkechiShiro · Pull Request #19006 · python/cpython

Lahfa Samy

added 2 commits

March 15, 2020 01:51
* Added in language reference that dict are now insertion-ordered since
	Python version 3.7
* Behavior of dict are now the same as the behavior of
	collections.OrderedDict

Lahfa Samy and others added 2 commits

March 16, 2020 19:09

Lahfa Samy added 4 commits

March 18, 2020 01:50
* Fixed lines wrapping at 80 characters following devguide.
* Removed unnecessary links.
* Removed mention about OrderedDict.
* Specified what is insertion order and how it works.
…to docs-dict-ordered

Docs dict ordered

Revert "Docs dict ordered" from branch master

…dered

bpo-39879: Update docs dict preserve insertion order

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Mar 26, 2020

…9006)

Co-authored-by: furkanonder <furkantahaonder@gmail.com>
(cherry picked from commit 59c644e)

Co-authored-by: Lahfa Samy <lahfa121999@gmail.com>

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Mar 26, 2020

…9006)

Co-authored-by: furkanonder <furkantahaonder@gmail.com>
(cherry picked from commit 59c644e)

Co-authored-by: Lahfa Samy <lahfa121999@gmail.com>

miss-islington added a commit that referenced this pull request

Mar 26, 2020
Co-authored-by: furkanonder <furkantahaonder@gmail.com>
(cherry picked from commit 59c644e)

Co-authored-by: Lahfa Samy <lahfa121999@gmail.com>

miss-islington added a commit that referenced this pull request

Mar 26, 2020
Co-authored-by: furkanonder <furkantahaonder@gmail.com>
(cherry picked from commit 59c644e)

Co-authored-by: Lahfa Samy <lahfa121999@gmail.com>

Closed