[issue31755] SetType is missing in the 'types' module

Christian Heimes report at bugs.python.org
Wed Oct 11 04:02:35 EDT 2017


Christian Heimes <lists at 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 <report at bugs.python.org>
<https://bugs.python.org/issue31755>
_______________________________________


More information about the Python-bugs-list mailing list