changeset: 83579:d1aa8a9eba44 branch: 2.7 user: Ezio Melotti date: Wed May 01 14:13:05 2013 +0300 files: Doc/glossary.rst description: #16518: fix links in glossary entry. diff -r c241831a91f2 -r d1aa8a9eba44 Doc/glossary.rst --- a/Doc/glossary.rst Wed May 01 00:15:44 2013 +0200 +++ b/Doc/glossary.rst Wed May 01 14:13:05 2013 +0300 @@ -78,8 +78,8 @@ `_, Python's creator. bytes-like object - An object that supports the :ref:`bufferobjects`, like :class:`bytes` or - :class:`bytearray`. + An object that supports the :ref:`buffer protocol `, + like :class:`str` or :class:`bytearray`. bytecode Python source code is compiled into bytecode, the internal representation