Skip to content

Commit 6195ad7

Browse files
committed
3.12
1 parent fa2885e commit 6195ad7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lib/re/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
8787
This module exports the following functions:
8888
prefixmatch Match a regular expression pattern to the beginning of a string.
89-
match The old name of prefixmatch. Prefer prefixmatch in 3.11+ code.
89+
match The old name of prefixmatch. Prefer prefixmatch in 3.12+ code.
9090
fullmatch Match a regular expression pattern to all of a string.
9191
search Search a string for the presence of a pattern.
9292
sub Substitute occurrences of a pattern found in a string.
@@ -137,7 +137,7 @@
137137
"UNICODE", "NOFLAG", "RegexFlag",
138138
]
139139

140-
__version__ = "3.11.0"
140+
__version__ = "3.12.0"
141141

142142
@enum.global_enum
143143
@enum._simple_enum(enum.IntFlag, boundary=enum.KEEP)

0 commit comments

Comments
 (0)