| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Please don't backport any of these. Only actual bug fixes should be back ported. |
Sorry, something went wrong.
|
The devguide (https://devguide.python.org/gh-labels/?highlight=backport) says "Generally, backports to the maintenance branches are primarily bugfixes and documentation clarifications." This is a documentation clarification, so it seems fine to backport it. |
Sorry, something went wrong.
There was a problem hiding this comment.
I am not sure about this. We still keep versionchanged directives for versions >= 3.0 in docs. Even if nobody currently uses Python 3.2, the old (and still working) code can have references to IOError.
Sorry, something went wrong.
That's a good point. IOError isn't mentioned anywhere else in the chunk docs, so I'll revert those changes. (chunk is also now deprecated, so probably not worth worrying about.) socket.error is documented elsewhere in the module, though, so I think it makes sense to remove the note in the socket docs. Do you agree? |
Sorry, something went wrong.
|
3.9 is now security fixes only so that solved itself. Whether it makes sense to backport to 3.10, in general we are backporting docs changes that apply to older versions as not doing so leads to needless conflicts later on if some bugfix is applied that touches docs. So I'd backport to 3.10, too, as we're already doing for 3.11. |
Sorry, something went wrong.
|
Thanks @AlexWaygood for the PR, and @ambv for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11. |
Sorry, something went wrong.
|
GH-92968 is a backport of this pull request to the 3.11 branch. |
Sorry, something went wrong.
|
GH-92969 is a backport of this pull request to the 3.10 branch. |
Sorry, something went wrong.
…onGH-92544) (cherry picked from commit 639b62c) Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
…onGH-92544) (cherry picked from commit 639b62c) Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
| Back | FazBrowse Home | New Git URL |
#92417