]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38294: Add list of no-longer-escaped chars to re.escape documentation. (GH-16442)
authorRicardo Bánffy <rbanffy@gmail.com>
Mon, 7 Oct 2019 20:54:35 +0000 (21:54 +0100)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 7 Oct 2019 20:54:35 +0000 (23:54 +0300)
commit15ae75d660befe643ed42eb2707a557cea97256c
tree5d21a89bb78b6fd23e888a6dafd0a4204555b241
parent60ec6efd96d95476fe5e38c491491add04f026e5
bpo-38294: Add list of no-longer-escaped chars to re.escape documentation. (GH-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.
Doc/library/re.rst
Doc/tools/susp-ignored.csv
Misc/NEWS.d/next/Documentation/2019-09-27-23-37-41.bpo-38294.go_jFf.rst [new file with mode: 0644]