8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 965ce0d commit c2cb04eCopy full SHA for c2cb04e
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