Python: Add change-note

This commit is contained in:
Rasmus Wriedt Larsen
2022-05-02 14:24:13 +02:00
parent de4390cdf6
commit 7e1be3172e

View File

@@ -0,0 +1,5 @@
---
category: minorAnalysis
---
The modeling of `request.files` in Flask has been fixed, so we now properly handle
assignments to local variables (such as `files = request.files; files['key'].filename`).