Skip to content

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

Merged
serhiy-storchaka merged 1 commit into
python:3.14from
miss-islington:backport-aca38ab-3.14
Aug 13, 2026
Merged

[3.14] gh-69619: Link to isspace() in the strip() and split() documentation (GH-155444)#155668
serhiy-storchaka merged 1 commit into
python:3.14from
miss-islington:backport-aca38ab-3.14

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>
@bedevere-app bedevere-app Bot added docs Documentation in the Doc dir skip news labels Aug 13, 2026
@github-project-automation github-project-automation Bot moved this to Todo in Docs PRs Aug 13, 2026
@serhiy-storchaka
serhiy-storchaka enabled auto-merge (squash) August 13, 2026 09:45
@serhiy-storchaka
serhiy-storchaka merged commit 0d22705 into python:3.14 Aug 13, 2026
37 of 38 checks passed
@github-project-automation github-project-automation Bot moved this from Todo to Done in Docs PRs Aug 13, 2026
@miss-islington
miss-islington deleted the backport-aca38ab-3.14 branch August 13, 2026 09:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir skip news

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants