Raymond Hettinger <raymond.hettin...@gmail.com> added the comment:
Alex, thank for noticing this, but it is not a bug. MutableMapping is meant to describe all mapping classes including those that don't remember insertion order. The builtin dict() type implements MutableMapping but also adds ordering guarantees. It is common and normal for concrete classes to implement additional behaviors and guarantees beyond those specified in the abstract base class. ---------- assignee: -> rhettinger resolution: -> not a bug stage: -> resolved status: open -> closed _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue44750> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com