Skip to content
Snippets Groups Projects
Unverified Commit e2dc2230 authored by C.A.M. Gerlach's avatar C.A.M. Gerlach Committed by GitHub
Browse files

gh-95913 Add string section to Whatsnew with new Template methods (#98311)

parent 75a6fadf
Branches
Tags
No related merge requests found
......@@ -949,6 +949,18 @@ sqlite3
(Contributed by Aviv Palivoda and Erlend E. Aasland in :issue:`24905`.)
.. _whatsnew311-string:
string
------
* Add :meth:`~string.Template.get_identifiers`
and :meth:`~string.Template.is_valid` to :class:`string.Template`,
which respectively return all valid placeholders,
and whether any invalid placeholders are present.
(Contributed by Ben Kehoe in :gh:`90465`.)
sys
---
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment