Skip to content

[3.15] gh-151819: Clarify the conditional-pattern email example in re docs (GH-153072)#153073

Merged
serhiy-storchaka merged 1 commit into
python:3.15from
miss-islington:backport-fe9c721-3.15
Jul 5, 2026
Merged

[3.15] gh-151819: Clarify the conditional-pattern email example in re docs (GH-153072)#153073
serhiy-storchaka merged 1 commit into
python:3.15from
miss-islington:backport-fe9c721-3.15

Conversation

@miss-islington

@miss-islington miss-islington commented Jul 5, 2026

Copy link
Copy Markdown
Contributor

The example pattern does not fail to match '<user@host.com' outright --
re.search finds 'user@host.com' in it; it only fails to match the
whole string. Reword to say so.
(cherry picked from commit fe9c721)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com
Co-authored-by: Claude Opus 4.8 noreply@anthropic.com

…docs (pythonGH-153072)

The example pattern does not fail to match '<user@host.com' outright --
re.search finds 'user@host.com' in it; it only fails to match the
whole string.  Reword to say so.
(cherry picked from commit fe9c721)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
@read-the-docs-community

Copy link
Copy Markdown

@serhiy-storchaka serhiy-storchaka merged commit 14568f4 into python:3.15 Jul 5, 2026
38 checks passed
@github-project-automation github-project-automation Bot moved this from Todo to Done in Docs PRs Jul 5, 2026
@miss-islington miss-islington deleted the backport-fe9c721-3.15 branch July 5, 2026 08:23
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