Python: Update change note

Co-authored-by: Aditya Sharad <6874315+adityasharad@users.noreply.github.com>
This commit is contained in:
Taus
2025-03-04 18:09:54 +01:00
committed by GitHub
parent a69e3f5236
commit f246ef764a

View File

@@ -2,4 +2,4 @@
category: fix
---
- `MatchLiteralPattern`s are now never pruned, as this could lead to code being wrongly identified as unreachable.
- `MatchLiteralPattern`s such as `case None: ...` are now never pruned from the extracted source code. This fixes some situations where code was wrongly identified as unreachable.