From: Ezio Melotti Date: Tue, 30 Apr 2013 20:33:31 +0000 (+0300) Subject: #16518: add "bytes-like object" to the glossary. X-Git-Tag: v2.7.5~32 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1c0d8a7fd7bc8b7925ec34a23bc5a954e559ec15;p=thirdparty%2FPython%2Fcpython.git #16518: add "bytes-like object" to the glossary. --- diff --git a/Doc/glossary.rst b/Doc/glossary.rst index 3641e5c189d1..19b02f4e8f8e 100644 --- a/Doc/glossary.rst +++ b/Doc/glossary.rst @@ -77,6 +77,10 @@ Glossary Benevolent Dictator For Life, a.k.a. `Guido van Rossum `_, Python's creator. + bytes-like object + An object that supports the :ref:`bufferobjects`, like :class:`bytes` or + :class:`bytearray`. + bytecode Python source code is compiled into bytecode, the internal representation of a Python program in the CPython interpreter. The bytecode is also