changeset: 83575:1b92a0112f5d branch: 2.7 parent: 83564:6b409ab596db user: Ezio Melotti date: Tue Apr 30 23:33:31 2013 +0300 files: Doc/glossary.rst description: #16518: add "bytes-like object" to the glossary. diff -r 6b409ab596db -r 1b92a0112f5d Doc/glossary.rst --- a/Doc/glossary.rst Tue Apr 30 00:56:07 2013 -0700 +++ b/Doc/glossary.rst Tue Apr 30 23:33:31 2013 +0300 @@ -77,6 +77,10 @@ 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