[issue33860] doc Avoid "ordered dictionary" references now that dictionaries are ordered

Ethan Furman report at bugs.python.org
Fri Jun 15 02:55:10 EDT 2018


Ethan Furman <ethan at stoneleaf.us> added the comment:

As I said on the PR:

This feels like an unnecessary change. The phrase "ordered dictionary" does not always refer to an 'OrderedDict`, and there is more than one way to order a dictionary besides insertion order.

As a side note: it's generally better to have different pull requests for different modules.

----------
nosy: +ethan.furman
resolution:  -> rejected
stage:  -> resolved
status: open -> closed

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


More information about the Python-bugs-list mailing list