From aa54e2ff5e46a875e6f7dfe5295575d2b6dc3e93 Mon Sep 17 00:00:00 2001 From: Ezio Melotti Date: Tue, 30 Apr 2013 23:33:31 +0300 Subject: [PATCH] #16518: add "bytes-like object" to the glossary. --- Doc/glossary.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Doc/glossary.rst b/Doc/glossary.rst index 5c0a5252a61..19419a3c36f 100644 --- a/Doc/glossary.rst +++ b/Doc/glossary.rst @@ -78,6 +78,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