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 cd99209 commit d9b88b9Copy full SHA for d9b88b9
1 file changed
Doc/library/re.rst
@@ -667,6 +667,8 @@ character ``'$'``.
667
``\z``
668
Matches only at the end of the string.
669
670
+ .. versionadded:: next
671
+
672
``\Z``
673
The same as ``\z``. For compatibility with old Python versions.
674
@@ -715,9 +717,6 @@ three digits in length.
715
717
The :samp:`'\\N\\{{name}\\}'` escape sequence has been added. As in string literals,
716
718
it expands to the named Unicode character (e.g. ``'\N{EM DASH}'``).
719
-.. versionchanged:: next
- The ``'\z'`` escape sequence has been added.
720
-
721
722
.. _contents-of-module-re:
723
0 commit comments