[issue33863] Enum doc correction relating to __members__

Pablo Galindo Salgado report at bugs.python.org
Thu Jun 14 16:51:00 EDT 2018


Pablo Galindo Salgado <pablogsal at gmail.com> added the comment:

Well, technically a function can say that it returns a dictionary and this dictionary will be ordered in 3.6> but is not important for the function return value. If a function says that it returns a "ordered dictionary" I now (1) that the order is important in the return value, (2) that it can be a regular dict or an OrderDict depending on the python version. The important thing here is that it preserves insertion order.

----------

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


More information about the Python-bugs-list mailing list