We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 146f168 commit 4d7e6ddCopy full SHA for 4d7e6dd
Doc/whatsnew/3.11.rst
@@ -872,6 +872,17 @@ 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
885
886
sys
887
---
888
0 commit comments