Python: add change-note

This commit is contained in:
Rasmus Wriedt Larsen
2024-03-01 15:23:51 +01:00
parent eeda4355f1
commit d99a763ef7

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Fixed missing flow for dictionary updates (`d[<key>] = ...`) when `<key>` is a string constant not used in dictionary literals or as name of keyword-argument.