Commit 973b9012 authored by Barry Warsaw's avatar Barry Warsaw Committed by GitHub

What's New for bpo-1198569 (#3303)

parent d5cd21d7
......@@ -223,6 +223,13 @@ New function :func:`os.register_at_fork` allows registering Python callbacks
to be executed on a process fork. (Contributed by Antoine Pitrou in
:issue:`16500`.)
string
------
:class:`string.Template` now lets you to optionally modify the regular
expression pattern for braced placeholders and non-braced placeholders
separately. (Contributed by Barry Warsaw in :issue:`1198569`.)
unittest.mock
-------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment