mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
bpo-31672: doc: Remove one sentence from library/string.rst (GH-3990)
This sentence is removed while backporting to 3.6 branch. See https://github.com/python/cpython/pull/3982#discussion_r144555768
This commit is contained in:
parent
cd195e2a7a
commit
073150db39
1 changed files with 1 additions and 1 deletions
|
|
@ -765,7 +765,7 @@ attributes:
|
|||
|
||||
While *flags* is kept to ``re.IGNORECASE`` for backward compatibility,
|
||||
you can override it to ``0`` or ``re.IGNORECASE | re.ASCII`` when
|
||||
subclassing. It's simple way to avoid unexpected match like above example.
|
||||
subclassing.
|
||||
|
||||
.. versionchanged:: 3.7
|
||||
*braceidpattern* can be used to define separate patterns used inside and
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue