mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Consistency check for versionadded/changed directives.
This commit is contained in:
parent
9e25701e87
commit
67b21b7547
33 changed files with 129 additions and 114 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue