[issue8703] Py3k PyList_Type documentation mentions types.ListType

New submission from Daniel Urban <urban.dani+py@gmail.com>: The Py3k documentation of PyList_Type [1] contains the sentence: "This is the same object as list and types.ListType in the Python layer." But there is no types.ListType object in py3k. [1] http://docs.python.org/dev/py3k/c-api/list.html#PyList_Type ---------- assignee: docs@python components: Documentation messages: 105631 nosy: docs@python, durban priority: normal severity: normal status: open title: Py3k PyList_Type documentation mentions types.ListType versions: Python 3.1, Python 3.2, Python 3.3 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue8703> _______________________________________

Benjamin Peterson <benjamin@python.org> added the comment: Fixed in r81145. Thanks. ---------- nosy: +benjamin.peterson resolution: -> fixed status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue8703> _______________________________________

Benjamin Peterson <benjamin@python.org> added the comment: Fixed in r81145. Thanks. ---------- nosy: +benjamin.peterson resolution: -> fixed status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue8703> _______________________________________
participants (2)
-
Benjamin Peterson
-
Daniel Urban