From: Barry Warsaw Date: Mon, 4 Sep 2017 21:29:27 +0000 (-0400) Subject: What's New for bpo-1198569 (#3303) X-Git-Tag: v3.7.0a1~170 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=973b901212bd84d279904bab6654709f4ec32470;p=python What's New for bpo-1198569 (#3303) --- diff --git a/Doc/whatsnew/3.7.rst b/Doc/whatsnew/3.7.rst index 8547660e18..f0c50e89a6 100644 --- a/Doc/whatsnew/3.7.rst +++ b/Doc/whatsnew/3.7.rst @@ -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 -------------