mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
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.
This commit is contained in:
parent
60ec6efd96
commit
15ae75d660
3 changed files with 7 additions and 3 deletions
|
@ -356,3 +356,4 @@ whatsnew/changelog,,::,default::BytesWarning
|
|||
whatsnew/changelog,,::,default::DeprecationWarning
|
||||
library/importlib.metadata,,:main,"EntryPoint(name='wheel', value='wheel.cli:main', group='console_scripts')"
|
||||
library/importlib.metadata,,`,loading the metadata for packages for the indicated ``context``.
|
||||
library/re,,`,"`"
|
||||
|
|
Can't render this file because it contains an unexpected character in line 336 and column 55.
|
Loading…
Add table
Add a link
Reference in a new issue