Skip to content

gh-150285: Fix too long docstrings in the io module - #150287

Merged
serhiy-storchaka merged 1 commit into
python:mainfrom
serhiy-storchaka:docstrings-overflow-io
May 24, 2026
Merged

gh-150285: Fix too long docstrings in the io module#150287
serhiy-storchaka merged 1 commit into
python:mainfrom
serhiy-storchaka:docstrings-overflow-io

Conversation

@serhiy-storchaka

@serhiy-storchakaserhiy-storchaka commented May 23, 2026

Copy link
Copy Markdown
Member

@serhiy-storchakaserhiy-storchaka added docs Documentation in the Doc dir skip news needs backport to 3.15 pre-release feature fixes, bugs and security fixes labels May 23, 2026
@serhiy-storchaka

Copy link
Copy Markdown
MemberAuthor

There was also a bug in _pyio.open which cause the docstring to indent one column more.

@serhiy-storchaka
serhiy-storchaka merged commit 160dc74 into python:mainMay 24, 2026
52 checks passed
@github-project-automationgithub-project-automationBot moved this from Todo to Done in Docs PRsMay 24, 2026
@miss-islington-app

Copy link
Copy Markdown

Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.15.
🐍🍒⛏🤖

@bedevere-app

Copy link
Copy Markdown

GH-150332 is a backport of this pull request to the 3.15 branch.

@bedevere-appbedevere-appBot removed the needs backport to 3.15 pre-release feature fixes, bugs and security fixes label May 24, 2026
@serhiy-storchaka
serhiy-storchaka deleted the docstrings-overflow-io branch May 24, 2026 13:20
serhiy-storchaka added a commit that referenced this pull request May 24, 2026
GH-150332)
(cherry picked from commit 160dc74)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@serhiy-storchakaserhiy-storchaka added the needs backport to 3.14 bugs and security fixes label May 26, 2026
@miss-islington-app

Copy link
Copy Markdown

Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.14.
🐍🍒⛏🤖

@miss-islington-app

Copy link
Copy Markdown

Sorry, @serhiy-storchaka, I could not cleanly backport this to 3.14 due to a conflict.
Please backport using cherry_picker on command line.

cherry_picker 160dc74122ed4e31540b2ef2c77bda122b02c94a 3.14

@bedevere-app

Copy link
Copy Markdown

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

@bedevere-appbedevere-appBot removed the needs backport to 3.14 bugs and security fixes label May 26, 2026
@serhiy-storchakaserhiy-storchaka removed their assignment May 26, 2026
serhiy-storchaka added a commit that referenced this pull request May 26, 2026
serhiy-storchaka added a commit to serhiy-storchaka/cpython that referenced this pull request May 26, 2026
…honGH-150287) (pythonGH-150458)
(cherry picked from commit 36137e4)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
(cherry picked from commit 160dc74)
serhiy-storchaka added a commit that referenced this pull request May 26, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docsDocumentation in the Doc dirskip news

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant

@serhiy-storchaka