Uh oh!
There was an error while loading. Please reload this page.
gh-92417: socket docs: remove references to Python <3.3 - #92544
Conversation
rhettinger
commented
May 9, 2022
Please don't backport any of these. Only actual bug fixes should be back ported. |
JelleZijlstra
commented
May 9, 2022
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. |
serhiy-storchaka
left a comment
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.
AlexWaygood
commented
May 10, 2022
That's a good point.
|
chunk docs, socket docs: remove references to Python <3.3socket docs: remove references to Python <3.3ambv
commented
May 19, 2022
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. |
miss-islington
commented
May 19, 2022
Thanks @AlexWaygood for the PR, and @ambv for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11. |
bedevere-bot
commented
May 19, 2022
GH-92968 is a backport of this pull request to the 3.11 branch. |
bedevere-bot
commented
May 19, 2022
GH-92969 is a backport of this pull request to the 3.10 branch. |
…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>
AlexWaygood
commented
May 19, 2022
Thanks @ambv! |
#92417