Consistency check for versionadded/changed directives.

This commit is contained in:
Georg Brandl 2010-08-17 15:07:14 +00:00
parent 9e25701e87
commit 67b21b7547
33 changed files with 129 additions and 114 deletions

View file

@ -114,10 +114,9 @@ A hash object has the following methods:
equivalent to ``m.update(a+b)``.
.. versionchanged:: 3.1
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.
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.
.. method:: hash.digest()