[issue33218] Fix instances in documentation where dictionaries are referenced as unordered

2018-04-03 Thread INADA Naoki
Change by INADA Naoki : -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> Dict order is now guaranteed, so add tests and doc for it ___ Python tracker

[issue33218] Fix instances in documentation where dictionaries are referenced as unordered

2018-04-03 Thread Raymond Hettinger
Raymond Hettinger added the comment: Also check the 3.7 docs to see if this work has already been done. It's unlikely that the 3.6 docs will change because it is considered a non-guaranteed implementation detail for 3.6. --

[issue33218] Fix instances in documentation where dictionaries are referenced as unordered

2018-04-03 Thread Raymond Hettinger
Raymond Hettinger added the comment: Would you like to make a pull request or do you prefer for me to assign it to someone else? -- nosy: +rhettinger versions: -Python 3.6 ___ Python tracker

[issue33218] Fix instances in documentation where dictionaries are referenced as unordered

2018-04-03 Thread arjun v
New submission from arjun v : In python 3.6 (and above hopefully), dictionary keys are going to be ordered, while their documentation still reference them as being unordered. https://docs.python.org/3/tutorial/datastructures.html#dictionaries 1: `It is best to think of a