Skip to content

Commit 900c50b

Browse files
committed
Remove somewhat off-topic sentence
1 parent 39b89c3 commit 900c50b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Doc/howto/regex.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -503,9 +503,6 @@ Two pattern methods return all of the matches for a pattern.
503503

504504
The ``r`` prefix, making the literal a raw string literal, is needed in this
505505
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`.
509506

510507
:meth:`~re.Pattern.findall` has to create the entire list before it can be returned as the
511508
result. The :meth:`~re.Pattern.finditer` method returns a sequence of

0 commit comments

Comments
 (0)