#16518: add "bytes-like object" to the glossary.
This commit is contained in:
parent
ab6ab15e7d
commit
aa54e2ff5e
@ -78,6 +78,10 @@ Glossary
|
|||||||
Benevolent Dictator For Life, a.k.a. `Guido van Rossum
|
Benevolent Dictator For Life, a.k.a. `Guido van Rossum
|
||||||
<http://www.python.org/~guido/>`_, Python's creator.
|
<http://www.python.org/~guido/>`_, Python's creator.
|
||||||
|
|
||||||
|
bytes-like object
|
||||||
|
An object that supports the :ref:`bufferobjects`, like :class:`bytes` or
|
||||||
|
:class:`bytearray`.
|
||||||
|
|
||||||
bytecode
|
bytecode
|
||||||
Python source code is compiled into bytecode, the internal representation
|
Python source code is compiled into bytecode, the internal representation
|
||||||
of a Python program in the CPython interpreter. The bytecode is also
|
of a Python program in the CPython interpreter. The bytecode is also
|
||||||
|
Loading…
x
Reference in New Issue
Block a user