From 3ce5255a07299cda7ab6bbf5c3a9bda195873d65 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Tue, 21 Jan 2014 19:21:18 +0100 Subject: [PATCH] Fix markup error. --- Doc/library/hashlib.rst | 1 - 1 file changed, 1 deletion(-) 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. -- 2.50.1