[Python-checkins] cpython (3.3): #16518: add "bytes-like object" to the glossary.

ezio.melotti python-checkins at python.org
Tue Apr 30 22:35:18 CEST 2013


http://hg.python.org/cpython/rev/474f28bf67b3
changeset:   83573:474f28bf67b3
branch:      3.3
parent:      83570:6e9d21761fc1
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Tue Apr 30 23:33:31 2013 +0300
summary:
  #16518: add "bytes-like object" to the glossary.

files:
  Doc/glossary.rst |  4 ++++
  1 files changed, 4 insertions(+), 0 deletions(-)


diff --git a/Doc/glossary.rst b/Doc/glossary.rst
--- a/Doc/glossary.rst
+++ b/Doc/glossary.rst
@@ -78,6 +78,10 @@
       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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list