This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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) * (Python committer) 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) * (Python committer) Date: 2018-01-26 07:16
See Issue 32337
msg310747 - (view) Author: Xiang Zhang (xiang.zhang) * (Python committer) Date: 2018-01-26 07:39
Thanks for reminding, Martin.
History
Date User Action Args
2022-04-11 14:58:57adminsetgithub: 76854
2018-01-26 07:39:38xiang.zhangsetstatus: open -> closed
superseder: Dict order is now guaranteed, so add tests and doc for it
messages: + msg310747

resolution: duplicate
stage: needs patch -> resolved
2018-01-26 07:16:29martin.pantersetnosy: + martin.panter
messages: + msg310744
2018-01-26 06:22:18chason.chaffinsetnosy: + chason.chaffin
2018-01-26 06:10:52xiang.zhangcreate