]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] gh-139495: Fix `hashlib.file_digest()` versionchanged description of `Blocking...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 2 Oct 2025 21:11:58 +0000 (23:11 +0200)
committerGitHub <noreply@github.com>
Thu, 2 Oct 2025 21:11:58 +0000 (00:11 +0300)
Co-authored-by: Alex Willmer <alex@moreati.org.uk>
Doc/library/hashlib.rst

index 4818a4944a512a43bff061831af071edaa8f0acb..855a6efc9f781c38f212fdeb7b9d42263fd0b7f6 100644 (file)
@@ -303,7 +303,7 @@ a file or file-like object.
    .. versionadded:: 3.11
 
    .. versionchanged:: 3.14
-      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
       mode. Previously, spurious null bytes were added to the digest.