Skip to content

Commit 973b901

Browse files
authored
What's New for bpo-1198569 (#3303)
1 parent d5cd21d commit 973b901

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Doc/whatsnew/3.7.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,13 @@ New function :func:`os.register_at_fork` allows registering Python callbacks
223223
to be executed on a process fork. (Contributed by Antoine Pitrou in
224224
:issue:`16500`.)
225225

226+
string
227+
------
228+
229+
:class:`string.Template` now lets you to optionally modify the regular
230+
expression pattern for braced placeholders and non-braced placeholders
231+
separately. (Contributed by Barry Warsaw in :issue:`1198569`.)
232+
226233
unittest.mock
227234
-------------
228235

0 commit comments

Comments
 (0)