summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorDonald Stufft <donald@stufft.io>2015-03-29 20:43:23 (GMT)
committerDonald Stufft <donald@stufft.io>2015-03-29 20:43:23 (GMT)
commitd90f8d10e088657593fa753ecacab95845d378aa (patch)
tree826e1017d337826a9b6818539d954ca4c1332c2b /Misc
parent1058cda38f1b409c4d52eef236f4915df592a112 (diff)
downloadcpython-d90f8d10e088657593fa753ecacab95845d378aa.zip
cpython-d90f8d10e088657593fa753ecacab95845d378aa.tar.gz
cpython-d90f8d10e088657593fa753ecacab95845d378aa.tar.bz2
Closes #23801 - Ignore entire preamble to multipart in cgi.FieldStorage
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9852102..48d1801 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -124,6 +124,9 @@ Library
- Issue #23361: Fix possible overflow in Windows subprocess creation code.
+- Issue #23801: Fix issue where cgi.FieldStorage did not always ignore the
+ entire preamble to a multipart body.
+
Tests
-----