Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
gh-99308: Fix wording of the deprecation notice in re for 3.12
  • Loading branch information
Kentzo committed Nov 10, 2022
commit 002af297808049d8a4a034ba4e76a9251e2384d6
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
Comment thread
merwok marked this conversation as resolved.
Outdated
in the ASCII range.
Comment thread
merwok marked this conversation as resolved.
Outdated


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