From 8312919e568f7f0dc8fb3c4939534dd3f54a8acf Mon Sep 17 00:00:00 2001 From: INADA Naoki Date: Sat, 14 Oct 2017 14:41:59 +0900 Subject: [PATCH] bpo-31672: doc: Remove one sentence from library/string.rst This sentence is removed while backporting to 3.6 branch. See https://github.com/python/cpython/pull/3982#discussion_r144555768 --- Doc/library/string.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/string.rst b/Doc/library/string.rst index 1076cdb2346dd4..5b25428525766a 100644 --- a/Doc/library/string.rst +++ b/Doc/library/string.rst @@ -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