We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b99998 commit 2c9b351Copy full SHA for 2c9b351
Doc/whatsnew/3.11.rst
@@ -949,6 +949,18 @@ sqlite3
949
(Contributed by Aviv Palivoda and Erlend E. Aasland in :issue:`24905`.)
950
951
952
+.. _whatsnew311-string:
953
+
954
+string
955
+------
956
957
+* Add :meth:`~string.Template.get_identifiers`
958
+ and :meth:`~string.Template.is_valid` to :class:`string.Template`,
959
+ which respectively return all valid placeholders,
960
+ and whether any invalid placeholders are present.
961
+ (Contributed by Ben Kehoe in :gh:`90465`.)
962
963
964
sys
965
---
966
0 commit comments