[Python-checkins] cpython: The buffer protocol doesn't exist (in the glossary anyway).

antoine.pitrou python-checkins at python.org
Sun Jun 24 16:08:30 CEST 2012


http://hg.python.org/cpython/rev/6d62387d0c45
changeset:   77709:6d62387d0c45
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Sun Jun 24 16:04:38 2012 +0200
summary:
  The buffer protocol doesn't exist (in the glossary anyway).

files:
  Doc/library/hmac.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/hmac.rst b/Doc/library/hmac.rst
--- a/Doc/library/hmac.rst
+++ b/Doc/library/hmac.rst
@@ -74,7 +74,7 @@
    timing analysis, making it appropriate for cryptography.  *a* and *b*
    must both be of the same type: either :class:`str` (ASCII only, as e.g.
    returned by :meth:`HMAC.hexdigest`), or any type that supports the
-   :term:`buffer protocol` (e.g. :class:`bytes`).
+   buffer protocol (e.g. :class:`bytes`).
 
    .. note::
       If *a* and *b* are different lengths, or if an error occurs,

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


More information about the Python-checkins mailing list