Issue 32673: update tutorial dict part to reflect dict is ordered (original) (raw)
This issue has been migrated to GitHub: https://github.com/python/cpython/issues/76854
classification
Title: | update tutorial dict part to reflect dict is ordered | ||
---|---|---|---|
Type: | Stage: | resolved | |
Components: | Documentation | Versions: | Python 3.7 |
process
Status: | closed | Resolution: | duplicate |
---|---|---|---|
Dependencies: | Superseder: | Dict order is now guaranteed, so add tests and doc for it View:32337 | |
Assigned To: | docs@python | Nosy List: | chason.chaffin, docs@python, martin.panter, xiang.zhang |
Priority: | normal | Keywords: |
Created on 2018-01-26 06:10 by xiang.zhang, last changed 2022-04-11 14:58 by admin. This issue is now closed.
Messages (3) | ||
---|---|---|
msg310737 - (view) | Author: Xiang Zhang (xiang.zhang) * ![]() |
Date: 2018-01-26 06:10 |
Ordered builtin dict is the rule in 3.7, the tutorial part about dict[1] needs updating. [1] https://docs.python.org/3.7/tutorial/datastructures.html#dictionaries | ||
msg310744 - (view) | Author: Martin Panter (martin.panter) * ![]() |
Date: 2018-01-26 07:16 |
See Issue 32337 | ||
msg310747 - (view) | Author: Xiang Zhang (xiang.zhang) * ![]() |
Date: 2018-01-26 07:39 |
Thanks for reminding, Martin. |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:58:57 | admin | set | github: 76854 |
2018-01-26 07:39:38 | xiang.zhang | set | status: open -> closedsuperseder: Dict order is now guaranteed, so add tests and doc for itmessages: + resolution: duplicatestage: needs patch -> resolved |
2018-01-26 07:16:29 | martin.panter | set | nosy: + martin.pantermessages: + |
2018-01-26 06:22:18 | chason.chaffin | set | nosy: + chason.chaffin |
2018-01-26 06:10:52 | xiang.zhang | create |