We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39b89c3 commit 900c50bCopy full SHA for 900c50b
Doc/howto/regex.rst
@@ -503,9 +503,6 @@ Two pattern methods return all of the matches for a pattern.
503
504
The ``r`` prefix, making the literal a raw string literal, is needed in this
505
example because ``\d`` is not an escape sequence recognized in Python string literals.
506
-Such unrecognized sequences now produce a
507
-:exc:`SyntaxWarning` and will eventually become a :exc:`SyntaxError`. See
508
-:ref:`the-backslash-plague`.
509
510
:meth:`~re.Pattern.findall` has to create the entire list before it can be returned as the
511
result. The :meth:`~re.Pattern.finditer` method returns a sequence of
0 commit comments