In Python 2.x new.classobj, the type of old-style types. There are no old-style types in Python 3.x. To port your code from Python 2.x to Python 3.x, you first need to bring it to the latest Python 2.x standards, in which case it means stop using old-style classes and only use new-style classes.
, classobj classobj type, 2.x, type, Python 3.x
BTW, . PEP 3108 , Python 3.x. :
- .
- , .
- Docstring , 27241
(2002-06-15).