Message304114
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. |
|
| Date |
User |
Action |
Args |
| 2017-10-11 08:02:35 | christian.heimes | set | recipients:
+ christian.heimes, Kenji Asuka (Asuka Kenji) |
| 2017-10-11 08:02:35 | christian.heimes | set | messageid: <1507708955.94.0.213398074469.issue31755@psf.upfronthosting.co.za> |
| 2017-10-11 08:02:35 | christian.heimes | link | issue31755 messages |
| 2017-10-11 08:02:35 | christian.heimes | create | |
|