summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-06-17 13:36:20 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-06-17 13:36:20 (GMT)
commit774bed7e6098358012bd4ea05914497891ab4652 (patch)
treec0568ec0bf0c5b7c9bc08d5495e96e262cbadb93 /Misc
parent78be6e8aa3a0fec844bbc1af13b63826808f1f72 (diff)
parentc7bfe0e42eb72d941a8a131e870aefabd4547015 (diff)
downloadcpython-774bed7e6098358012bd4ea05914497891ab4652.zip
cpython-774bed7e6098358012bd4ea05914497891ab4652.tar.gz
cpython-774bed7e6098358012bd4ea05914497891ab4652.tar.bz2
Issue #18167: cgi.FieldStorage no more fails to handle multipart/form-data
when \r\n appears at end of 65535 bytes without other newlines.
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 3908871..49aadda 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -123,6 +123,9 @@ Core and Builtins
Library
-------
+- Issue #18167: cgi.FieldStorage no more fails to handle multipart/form-data
+ when \r\n appears at end of 65535 bytes without other newlines.
+
- Issue #18076: Introduce importlib.util.decode_source().
- importlib.abc.SourceLoader.get_source() no longer changes SyntaxError or