INADA Naoki <[email protected]> added the comment:
I feel "dictionary" implies "most likely dict or it's subclass" too. But I don't think "ordered dictionary" is bad wording because: * Historically, dict didn't preserve insertion order. * Dict subclass can provide other ordering. So "ordered dictionary" implies "most likely dict or it's subclass, without customizing ordering". ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue33863> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
