From: Antoine Pitrou Date: Sun, 24 Jun 2012 14:04:38 +0000 (+0200) Subject: The buffer protocol doesn't exist (in the glossary anyway). X-Git-Tag: v3.3.0b1~60^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4f9946874ba591326d57d60bbeef9e4f51432ac7;p=python The buffer protocol doesn't exist (in the glossary anyway). --- diff --git a/Doc/library/hmac.rst b/Doc/library/hmac.rst index 2ea3fc620c..a8ca3afe44 100644 --- a/Doc/library/hmac.rst +++ b/Doc/library/hmac.rst @@ -74,7 +74,7 @@ This module also provides the following helper function: 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,