diff options
| author | Thomas Wouters <thomas@python.org> | 2025-06-03 15:34:08 (GMT) |
|---|---|---|
| committer | Thomas Wouters <thomas@python.org> | 2025-06-03 15:34:24 (GMT) |
| commit | 8a526ec7cbea8fafc9dae4b3dd6371906b9be342 (patch) | |
| tree | b3c0292f8914d2070bbca5741dac78b1e325f302 /Doc/library/hashlib.rst | |
| parent | aa9eb5f757ceff461e6e996f12c89e5d9b583b01 (diff) | |
| download | cpython-3.13.4.zip cpython-3.13.4.tar.gz cpython-3.13.4.tar.bz2 | |
Python 3.13.4v3.13.4
Diffstat (limited to 'Doc/library/hashlib.rst')
| -rw-r--r-- | Doc/library/hashlib.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/hashlib.rst b/Doc/library/hashlib.rst index 1c5d951..e8298d1 100644 --- a/Doc/library/hashlib.rst +++ b/Doc/library/hashlib.rst @@ -302,7 +302,7 @@ a file or file-like object. .. versionadded:: 3.11 - .. versionchanged:: next + .. versionchanged:: 3.13.4 Now raises a :exc:`BlockingIOError` if the file is opened in blocking mode. Previously, spurious null bytes were added to the digest. |
