-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
gh-129011: Update comments in FileIO to match current code #129012
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@picnixz This one has yet to been labeled, it must have slipped by. |
@StanFromIreland Please, let the core devs or the triagers label the PRs when they can. For instance, if the PR has been opened for quite a long time and no one has seen it, then it would be fine to ping someone however it has only been 8h that it has been opened. |
In addition, I do think that this one may require a small NEWS entry. The reason is that we're changing something at the C level, namely something that a user will not be able to easily see when inspecting the source code from an IDE (but they can see the new docs using |
docs.python.org/3/library/io.html#io.RawIOBase.read |
I apologize, I got my information from the devguide where it is written that "documentation changes" and "strictly internal changes with no user-visible effects" do not require a news entry and I thought therefore that since this PR is both of those reasons that the "Skip NEWS" is the label for this PR. Maybe a clarification should be added to the devguide about clinic inputs. |
I think the devguide should rather be taken as the "base rules" but then rules can be broken (for a better outcome). Sometimes, we also add |
Co-authored-by: Stan Ulbrych <[email protected]>
Trying to learn around skip news myself. I don't think the Neither re: |
The docs for Now, |
You don't have to merge, it will be done by a core-dev if they need to before merging. |
Did update branch to get all checks passing / one of the builders had failed because of HTTP 504 Gateway errors. Will try to avoid generally |
regenerating clinic and pushing shortly |
Head branch was pushed to by a user without write access
@StanFromIreland , @picnixz , @ZeroIntensity , @hauntsaninja thanks for the reviews and merge! |
Could this get the
no news
tag? Just updates code comments / documentation to match current implementation.