This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients Kenji Asuka (Asuka Kenji), christian.heimes
Date 2017-10-11.08:02:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507708955.94.0.213398074469.issue31755@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-10-11 08:02:35christian.heimessetrecipients: + christian.heimes, Kenji Asuka (Asuka Kenji)
2017-10-11 08:02:35christian.heimessetmessageid: <1507708955.94.0.213398074469.issue31755@psf.upfronthosting.co.za>
2017-10-11 08:02:35christian.heimeslinkissue31755 messages
2017-10-11 08:02:35christian.heimescreate