Python: Add change note

This commit is contained in:
Taus
2025-12-04 22:14:15 +00:00
parent 98279f7c75
commit a35fba1e36

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`.