From e2c4950f3f97012469cf6f08489c017bbbcdc86f Mon Sep 17 00:00:00 2001 From: Ilya Kulakov Date: Wed, 9 Nov 2022 19:24:32 -0500 Subject: [PATCH] gh-99308: Fix wording of the deprecation notice in re for 3.11 --- Doc/library/re.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Doc/library/re.rst b/Doc/library/re.rst index a9e6ac30d16c88..4c3e46323e1312 100644 --- a/Doc/library/re.rst +++ b/Doc/library/re.rst @@ -494,6 +494,7 @@ The special characters are: .. deprecated:: 3.11 Group *id* containing anything except ASCII digits. + Group names containing non-ASCII characters in bytes replacement strings. The special sequences consist of ``'\'`` and a character from the list below.