This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Py3k PyList_Type documentation mentions types.ListType
Type: Stage:
Components: Documentation Versions: Python 3.1, Python 3.2, Python 3.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: benjamin.peterson, daniel.urban, docs@python
Priority: normal Keywords:

Created on 2010-05-13 10:16 by daniel.urban, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg105631 - (view) Author: Daniel Urban (daniel.urban) * (Python triager) Date: 2010-05-13 10:16
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
msg105658 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2010-05-13 21:14
Fixed in r81145. Thanks.
History
Date User Action Args
2022-04-11 14:57:00adminsetgithub: 52949
2010-05-13 21:14:38benjamin.petersonsetstatus: open -> closed

nosy: + benjamin.peterson
messages: + msg105658

resolution: fixed
2010-05-13 10:16:14daniel.urbancreate