From e44f21d0364251d2ea60620438a9ba1a7232ac0c Mon Sep 17 00:00:00 2001 From: Sviatoslav Sydorenko Date: Thu, 25 Feb 2021 01:29:45 +0100 Subject: [PATCH] Hotfix the PR#5494 change note syntax --- CHANGES/5494.bugfix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES/5494.bugfix b/CHANGES/5494.bugfix index 2f4ccf21103..449b6bdf3d6 100644 --- a/CHANGES/5494.bugfix +++ b/CHANGES/5494.bugfix @@ -1,4 +1,4 @@ Fixed the multipart POST requests processing to always release file descriptors for the ``tempfile.Temporaryfile``-created -`_io.BufferedRandom` instances of files sent within multipart request +``_io.BufferedRandom`` instances of files sent within multipart request bodies via HTTP POST requests.