diff options
| author | Benjamin Peterson <benjamin@python.org> | 2012-12-20 20:25:00 -0600 |
|---|---|---|
| committer | Benjamin Peterson <benjamin@python.org> | 2012-12-20 20:25:00 -0600 |
| commit | 301162b43d13db686a1da09fbdcbe7875941be93 (patch) | |
| tree | 1900566f57f240b5bd4d7afde23191ea205c2310 /Doc/library/hashlib.rst | |
| parent | 302c65443e2470b68dd1acae8aa9fba26215a9c6 (diff) | |
| parent | 9cb7bd2df486dbf67c03f950738ae6863dfb2617 (diff) | |
| download | cpython-git-301162b43d13db686a1da09fbdcbe7875941be93.tar.gz | |
merge 3.3 (closes #16687)
Diffstat (limited to 'Doc/library/hashlib.rst')
| -rw-r--r-- | Doc/library/hashlib.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/hashlib.rst b/Doc/library/hashlib.rst index 4f5aac9080..f0fe915ce5 100644 --- a/Doc/library/hashlib.rst +++ b/Doc/library/hashlib.rst @@ -40,12 +40,12 @@ concatenation of the data fed to it so far using the :meth:`digest` or .. note:: - For better multithreading performance, the Python GIL is released for + For better multithreading performance, the Python :term:`GIL` is released for strings of more than 2047 bytes at object creation or on update. .. note:: - Feeding string objects is to :meth:`update` is not supported, as hashes work + Feeding string objects into :meth:`update` is not supported, as hashes work on bytes, not on characters. .. index:: single: OpenSSL; (use in module hashlib) |
