summaryrefslogtreecommitdiffstats
path: root/Doc/library/re.rst
diff options
context:
space:
mode:
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2025-01-14 11:41:39 (GMT)
committerHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2025-01-14 11:52:58 (GMT)
commitf26daa9470925120f6336ca508f7ea193b00a3f4 (patch)
treeb422a947239db4846e422383b236595c98a102f1 /Doc/library/re.rst
parentff3e145b2770ffe86c905b1092747ce3d8381319 (diff)
downloadcpython-f26daa9470925120f6336ca508f7ea193b00a3f4.zip
cpython-f26daa9470925120f6336ca508f7ea193b00a3f4.tar.gz
cpython-f26daa9470925120f6336ca508f7ea193b00a3f4.tar.bz2
Python 3.14.0a4v3.14.0a4
Diffstat (limited to 'Doc/library/re.rst')
-rw-r--r--Doc/library/re.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/re.rst b/Doc/library/re.rst
index 29387a4..e2a78dc 100644
--- a/Doc/library/re.rst
+++ b/Doc/library/re.rst
@@ -572,7 +572,7 @@ character ``'$'``.
Word boundaries are determined by the current locale
if the :py:const:`~re.LOCALE` flag is used.
- .. versionchanged:: next
+ .. versionchanged:: 3.14
``\B`` now matches empty input string.
.. index:: single: \d; in regular expressions