Skip to content

[3.8] bpo-38294: Add list of no-longer-escaped chars to re.escape documentation. (GH-16442)#16626

Merged
miss-islington merged 1 commit into
python:3.8from
miss-islington:backport-15ae75d-3.8
Oct 7, 2019
Merged

[3.8] bpo-38294: Add list of no-longer-escaped chars to re.escape documentation. (GH-16442)#16626
miss-islington merged 1 commit into
python:3.8from
miss-islington:backport-15ae75d-3.8

Conversation

@miss-islington

@miss-islington miss-islington commented Oct 7, 2019

Copy link
Copy Markdown
Contributor

Prior to 3.7, re.escape escaped many characters that don't have
special meaning in Python, but that use to require escaping in other
tools and languages. This commit aims to make it clear which characters
were, but are no longer escaped.
(cherry picked from commit 15ae75d)

Co-authored-by: Ricardo Bánffy rbanffy@gmail.com

https://bugs.python.org/issue38294

…tion. (pythonGH-16442)

Prior to 3.7, re.escape escaped many characters that don't have
special meaning in Python, but that use to require escaping in other
tools and languages. This commit aims to make it clear which characters
were, but are no longer escaped.
(cherry picked from commit 15ae75d)

Co-authored-by: Ricardo Bánffy <rbanffy@gmail.com>
@miss-islington

Copy link
Copy Markdown
Contributor Author

@rbanffy and @serhiy-storchaka: Status check is done, and it's a success ✅ .

@miss-islington
miss-islington merged commit b731fc5 into python:3.8 Oct 7, 2019
@miss-islington
miss-islington deleted the backport-15ae75d-3.8 branch October 7, 2019 21:07
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants