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.

Author daniel.urban
Recipients daniel.urban, docs@python
Date 2010-05-13.10:16:13
SpamBayes Score 0.016988428
Marked as misclassified No
Message-id <1273745776.41.0.112445145635.issue8703@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2010-05-13 10:16:16daniel.urbansetrecipients: + daniel.urban, docs@python
2010-05-13 10:16:16daniel.urbansetmessageid: <1273745776.41.0.112445145635.issue8703@psf.upfronthosting.co.za>
2010-05-13 10:16:14daniel.urbanlinkissue8703 messages
2010-05-13 10:16:13daniel.urbancreate