Python: Add change note

This commit is contained in:
Taus
2025-12-09 17:09:40 +00:00
parent f9d0b31120
commit 7f98e1e3c2

View File

@@ -0,0 +1,4 @@
---
category: feature
---
* The extractor now supports the new, relaxed syntax `except A, B, C: ...` (which would previously have to be written as `except (A, B, C): ...`) as defined in [PEP-758](https://peps.python.org/pep-0758/).