]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
#16518: add "bytes-like object" to the glossary.
authorEzio Melotti <ezio.melotti@gmail.com>
Tue, 30 Apr 2013 20:33:31 +0000 (23:33 +0300)
committerEzio Melotti <ezio.melotti@gmail.com>
Tue, 30 Apr 2013 20:33:31 +0000 (23:33 +0300)
Doc/glossary.rst

index 5c0a5252a61910752d3859e3740db01bbb627a85..19419a3c36f38df7cbad63f73faecc578016473f 100644 (file)
@@ -78,6 +78,10 @@ Glossary
       Benevolent Dictator For Life, a.k.a. `Guido van Rossum
       <http://www.python.org/~guido/>`_, 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