[issue9204] The documentation of PyType_Type in py3k mentions types.TypeType
New submission from Daniel Urban <urban.dani+py@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@python components: Documentation messages: 109560 nosy: docs@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@bugs.python.org> <http://bugs.python.org/issue9204> _______________________________________
Tim Lesher <tlesher@gmail.com> added the comment: There are a number of similar mentions in the C API docs and index; attached is a patch that removes each. ---------- keywords: +patch nosy: +tlesher Added file: http://bugs.python.org/file18068/remove-extraneous-types.diff _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue9204> _______________________________________
Georg Brandl <georg@python.org> added the comment: Thanks, fixed in r85633. ---------- nosy: +georg.brandl resolution: -> fixed status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue9204> _______________________________________
participants (3)
-
Daniel Urban -
Georg Brandl -
Tim Lesher