Christian Heimes <li...@cheimes.de> added the comment: The types modules is not suppose to hold all known types. It only contains types that are not available as builtin. The DictType member is a relict from the past. Before Python 2.2, the dict builtin and dict type were different things.
In Python 3, the types module no longer has DictType, IntType etc. ---------- nosy: +christian.heimes resolution: -> not a bug stage: -> resolved status: open -> closed type: compile error -> behavior _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue31755> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com