Commit 3ce5255a authored by Georg Brandl's avatar Georg Brandl

Fix markup error.

parent 0e2793c4
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment