mirror of
https://github.com/python/cpython.git
synced 2025-11-02 11:08:57 +00:00
#9204: remove mentions of removed types in the types module.
This commit is contained in:
parent
418cc73403
commit
2aff335c36
10 changed files with 15 additions and 29 deletions
|
|
@ -18,10 +18,8 @@ called with a non-bytes parameter.
|
|||
|
||||
.. c:var:: PyTypeObject PyBytes_Type
|
||||
|
||||
.. index:: single: BytesType (in module types)
|
||||
|
||||
This instance of :c:type:`PyTypeObject` represents the Python bytes type; it
|
||||
is the same object as ``bytes`` in the Python layer. .
|
||||
is the same object as :class:`bytes` in the Python layer.
|
||||
|
||||
|
||||
.. c:function:: int PyBytes_Check(PyObject *o)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue