Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit aa54e2f

Browse files
committed
#16518: add "bytes-like object" to the glossary.
1 parent ab6ab15 commit aa54e2f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Doc/glossary.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ Glossary
7878
Benevolent Dictator For Life, a.k.a. `Guido van Rossum
7979
<http://www.python.org/~guido/>`_, Python's creator.
8080

81+
bytes-like object
82+
An object that supports the :ref:`bufferobjects`, like :class:`bytes` or
83+
:class:`bytearray`.
84+
8185
bytecode
8286
Python source code is compiled into bytecode, the internal representation
8387
of a Python program in the CPython interpreter. The bytecode is also

0 commit comments

Comments
 (0)