Python: Add change note

This commit is contained in:
Taus
2026-04-10 14:43:30 +00:00
parent 6b7d47ee7d
commit 86020d9eed

View File

@@ -0,0 +1,5 @@
---
category: minorAnalysis
---
- The Python extractor now supports the new `lazy import ...` and `lazy from ... import ...` (as defined in [PEP-810](https://peps.python.org/pep-0810/)) that will be part of Python 3.15.