Python: Add change note

This commit is contained in:
Taus
2025-12-04 22:14:15 +00:00
parent 7b4c65e82c
commit 714fe13c70

View File

@@ -0,0 +1,4 @@
---
category: feature
---
* The Python extractor now supports template strings as defined in [PEP-750](https://peps.python.org/pep-0750/), through the classes `TemplateString` and `JoinedTemplateString`.