Skip to content

Conversation

moreati
Copy link
Contributor

@moreati moreati commented Oct 2, 2025

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.
@picnixz picnixz added skip news needs backport to 3.14 bugs and security fixes labels Oct 2, 2025
@picnixz
Copy link
Member

picnixz commented Oct 2, 2025

cc @cmaloney since you asked on the old PR

@moreati
Copy link
Contributor Author

moreati commented Oct 2, 2025

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

@picnixz
Copy link
Member

picnixz commented Oct 2, 2025

Oh we backported it to 3.13.

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

@vstinner vstinner left a comment

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

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 <[email protected]>
@miss-islington-app
Copy link

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
Copy link

bedevere-app bot commented Oct 2, 2025

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 <[email protected]>
@bedevere-app
Copy link

bedevere-app bot commented Oct 2, 2025

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