Python: Add change note

This commit is contained in:
Taus
2025-06-26 15:36:02 +00:00
parent ad53518644
commit cd0e46314c

View File

@@ -0,0 +1,5 @@
---
category: fix
---
- The Python parser is now able to correctly parse expressions such as `match[1]` and `match()` where `match` is not used as a keyword.