[docs] [issue36599] weakref document says dict order is unstable

Inada Naoki report at bugs.python.org
Thu Apr 11 06:11:10 EDT 2019


New submission from Inada Naoki <songofacandy at gmail.com>:

https://docs.python.org/3/library/doctest.html#warnings

"For example, when printing a dict, Python doesn’t guarantee that the key-value pairs will be printed in any particular order,"

This example should be rewritten with set.

----------
assignee: docs at python
components: Documentation
messages: 339952
nosy: docs at python, inada.naoki
priority: normal
severity: normal
status: open
title: weakref document says dict order is unstable
versions: Python 3.7, Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36599>
_______________________________________


More information about the docs mailing list