mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Merged revisions 81146 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r81146 | benjamin.peterson | 2010-05-13 16:16:51 -0500 (Thu, 13 May 2010) | 9 lines Merged revisions 81145 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r81145 | benjamin.peterson | 2010-05-13 16:14:10 -0500 (Thu, 13 May 2010) | 1 line rip out mention of types.ListType #8703 ........ ................
This commit is contained in:
parent
19640500ff
commit
9d765bd0ea
1 changed files with 2 additions and 5 deletions
|
@ -15,11 +15,8 @@ List Objects
|
|||
|
||||
.. cvar:: PyTypeObject PyList_Type
|
||||
|
||||
.. index:: single: ListType (in module types)
|
||||
|
||||
This instance of :ctype:`PyTypeObject` represents the Python list type.
|
||||
This is the same object as ``list`` and ``types.ListType`` in the Python
|
||||
layer.
|
||||
This instance of :ctype:`PyTypeObject` represents the Python list type. This
|
||||
is the same object as ``list`` in the Python layer.
|
||||
|
||||
|
||||
.. cfunction:: int PyList_Check(PyObject *p)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue