We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
hashlib.file_digest()
BlockingIOError
1 parent a312dd0 commit 22c6394Copy full SHA for 22c6394
Doc/library/hashlib.rst
@@ -303,7 +303,7 @@ a file or file-like object.
303
.. versionadded:: 3.11
304
305
.. versionchanged:: 3.14
306
- Now raises a :exc:`BlockingIOError` if the file is opened in blocking
+ Now raises a :exc:`BlockingIOError` if the file is opened in non-blocking
307
mode. Previously, spurious null bytes were added to the digest.
308
309
0 commit comments