From: Georg Brandl Date: Tue, 21 Jan 2014 18:21:18 +0000 (+0100) Subject: Fix markup error. X-Git-Tag: v2.7.8~103 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3ce5255a07299cda7ab6bbf5c3a9bda195873d65;p=python Fix markup error. --- diff --git a/Doc/library/hashlib.rst b/Doc/library/hashlib.rst index aa8e6e81ff..1f214fac80 100644 --- a/Doc/library/hashlib.rst +++ b/Doc/library/hashlib.rst @@ -110,7 +110,6 @@ A hash object has the following methods: m.update(b)`` is equivalent to ``m.update(a+b)``. .. versionchanged:: 2.7 - The Python GIL is released to allow other threads to run while hash updates on data larger than 2048 bytes is taking place when using hash algorithms supplied by OpenSSL.