From 7262b155b7fe3c32ac2cc7217b5dcfe13a0c8988 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 670569956522400..b877c37d5c5ed02 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.