[docs] [issue9204] The documentation of PyType_Type in py3k mentions types.TypeType

Daniel Urban report at bugs.python.org
Thu Jul 8 20:09:56 CEST 2010


New submission from Daniel Urban <urban.dani+py at gmail.com>:

The documentation of PyType_Type (http://docs.python.org/dev/py3k/c-api/type.html#PyType_Type) is this: 
"This is the type object for type objects; it is the same object as type and types.TypeType  in the Python layer."

But in py3k there is no types.TypeType object.

----------
assignee: docs at python
components: Documentation
messages: 109560
nosy: docs at python, durban
priority: normal
severity: normal
status: open
title: The documentation of PyType_Type in py3k mentions types.TypeType
versions: Python 3.1, Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9204>
_______________________________________


More information about the docs mailing list