Skip to content

Commit

Permalink
pythongh-99308: Fix wording of the deprecation notice in re for 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Kentzo committed Nov 10, 2022
1 parent 87f5180 commit 002af29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Doc/library/re.rst
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,8 @@ The special characters are:

.. versionchanged:: 3.12
Group *id* can only contain ASCII digits.
In bytes replacement strings group names must contain only characters
in the ASCII range.


The special sequences consist of ``'\'`` and a character from the list below.
Expand Down

0 comments on commit 002af29

Please sign in to comment.