Skip to content

[3.15] gh-69619: Link to isspace() in the strip() and split() documentation (GH-155444) - #155667

Open
miss-islington wants to merge 1 commit into
python:3.15from
miss-islington:backport-aca38ab-3.15
Open

[3.15] gh-69619: Link to isspace() in the strip() and split() documentation (GH-155444)#155667
miss-islington wants to merge 1 commit into
python:3.15from
miss-islington:backport-aca38ab-3.15

Conversation

@miss-islington

@miss-islington miss-islington commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

The methods that default to removing or splitting on whitespace now link
to str.isspace() and bytes.isspace(), where whitespace is defined.
(cherry picked from commit aca38ab)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com

…ation (pythonGH-155444)

The methods that default to removing or splitting on whitespace now link
to str.isspace() and bytes.isspace(), where whitespace is defined.
(cherry picked from commit aca38ab)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@read-the-docs-community

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting review docs Documentation in the Doc dir skip news

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

2 participants