diff options
author | Donald Stufft <donald@stufft.io> | 2015-03-29 20:43:23 (GMT) |
---|---|---|
committer | Donald Stufft <donald@stufft.io> | 2015-03-29 20:43:23 (GMT) |
commit | d90f8d10e088657593fa753ecacab95845d378aa (patch) | |
tree | 826e1017d337826a9b6818539d954ca4c1332c2b /Misc | |
parent | 1058cda38f1b409c4d52eef236f4915df592a112 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ----- |