Skip to content

gh-139495: Fix hashlib.file_digest() versionchanged description of BlockingIOError#139496

Merged
gpshead merged 3 commits into
python:mainfrom
moreati:issue-139495
Oct 2, 2025
Merged

gh-139495: Fix hashlib.file_digest() versionchanged description of BlockingIOError#139496
gpshead merged 3 commits into
python:mainfrom
moreati:issue-139495

Conversation

@moreati

@moreati moreati commented Oct 2, 2025

Copy link
Copy Markdown
Contributor

The sentence was missing a negation and contradicted the other two descriptions in the same commit. I believe existing code behaviour is correct.

refs #122179, fixes #139495


📚 Documentation preview 📚: https://cpython-previews--139496.org.readthedocs.build/

…Error`

The sentence was missing a negation and contradicted the other two
descriptions in the same commit. I believe code behaviour is correct.
Comment thread Misc/NEWS.d/next/Documentation/2025-10-02-11-51-34.gh-issue-139495.y4Orqf.rst Outdated
@picnixz picnixz added skip news needs backport to 3.14 bugs and security fixes labels Oct 2, 2025
@picnixz

picnixz commented Oct 2, 2025

Copy link
Copy Markdown
Member

cc @cmaloney since you asked on the old PR

@moreati

moreati commented Oct 2, 2025

Copy link
Copy Markdown
Contributor Author

The label "needs backport to 3.13" is probably applicable, matching #132787

@picnixz

picnixz commented Oct 2, 2025

Copy link
Copy Markdown
Member

Oh we backported it to 3.13.

@picnixz picnixz added the needs backport to 3.13 bugs and security fixes label Oct 2, 2025

@vstinner vstinner left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@gpshead gpshead merged commit fb114cf into python:main Oct 2, 2025
33 checks passed
@github-project-automation github-project-automation Bot moved this from Todo to Done in Docs PRs Oct 2, 2025
@miss-islington-app

Copy link
Copy Markdown

Thanks @moreati for the PR, and @gpshead for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Oct 2, 2025
…on of `BlockingIOError` (pythonGH-139496)

* Fix `hashlib.file_digest()` versionchanged description of `BlockingIOError`

The sentence was missing a negation and contradicted the other two
descriptions in the same commit. I believe code behaviour is correct.

* fixup! Fix `hashlib.file_digest()` versionchanged description of `BlockingIOError`

* Remove unncessary NEWS.d entry
(cherry picked from commit fb114cf)

Co-authored-by: Alex Willmer <alex@moreati.org.uk>
@miss-islington-app

Copy link
Copy Markdown

Sorry, @moreati and @gpshead, I could not cleanly backport this to 3.13 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker fb114cf49742a3679d56aa4ac3f341839c641221 3.13

@bedevere-app

bedevere-app Bot commented Oct 2, 2025

Copy link
Copy Markdown

GH-139522 is a backport of this pull request to the 3.14 branch.

@bedevere-app bedevere-app Bot removed the needs backport to 3.14 bugs and security fixes label Oct 2, 2025
hugovk pushed a commit that referenced this pull request Oct 2, 2025
…ion of `BlockingIOError` (GH-139496) (#139522)

Co-authored-by: Alex Willmer <alex@moreati.org.uk>
@bedevere-app

bedevere-app Bot commented Oct 2, 2025

Copy link
Copy Markdown

GH-139528 is a backport of this pull request to the 3.13 branch.

@bedevere-app bedevere-app Bot removed the needs backport to 3.13 bugs and security fixes label Oct 2, 2025
gpshead pushed a commit that referenced this pull request Oct 3, 2025
…ion of `BlockingIOError` (GH-139496) (#139528)

* Fix `hashlib.file_digest()` versionchanged description of `BlockingIOError`

The sentence was missing a negation and contradicted the other two
descriptions in the same commit. I believe code behaviour is correct.

* fixup! Fix `hashlib.file_digest()` versionchanged description of `BlockingIOError`

* Remove unncessary NEWS.d entry
(cherry picked from commit fb114cf)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir skip news

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

[docs] incorrect BlockingIOError pre-condition in versionchanged note of hashlib.file_digest()

5 participants