changeset: 83573:474f28bf67b3 branch: 3.3 parent: 83570:6e9d21761fc1 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 6e9d21761fc1 -r 474f28bf67b3 Doc/glossary.rst --- a/Doc/glossary.rst Tue Apr 30 16:34:04 2013 +0300 +++ b/Doc/glossary.rst Tue Apr 30 23:33:31 2013 +0300 @@ -78,6 +78,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