We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 146f168 commit a441c77Copy full SHA for a441c77
Doc/whatsnew/3.11.rst
@@ -872,6 +872,18 @@ sqlite3
872
(Contributed by Aviv Palivoda and Erlend E. Aasland in :issue:`24905`.)
873
874
875
+.. _whatsnew311-string:
876
+
877
+string
878
+------
879
880
+* Add :meth:`~string.Template.get_identifiers`
881
+ and :meth:`~string.Template.is_valid` to :class:`string.Template`,
882
+ which respectively return all valid placeholders,
883
+ and whether any invalid placeholders are present.
884
+ (Contributed by Ben Kehoe in :gh:`90465`.)
885
886
887
sys
888
---
889
0 commit comments