Python: Add change-note

This commit is contained in:
Rasmus Wriedt Larsen
2024-02-28 16:44:25 +01:00
parent cdf4dd16f0
commit 8079788a5f

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Fixed flow for iterable unpacking (`a,b = my_tuple`) when it occurs on top-level (module) scope.