mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +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
|
|
@ -16,7 +16,8 @@ Byte Array Objects
|
|||
.. c:var:: PyTypeObject PyByteArray_Type
|
||||
|
||||
This instance of :c:type:`PyTypeObject` represents the Python bytearray type;
|
||||
it is the same object as ``bytearray`` in the Python layer.
|
||||
it is the same object as :class:`bytearray` in the Python layer.
|
||||
|
||||
|
||||
Type check macros
|
||||
^^^^^^^^^^^^^^^^^
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue