diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-06-17 13:36:20 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-06-17 13:36:20 (GMT) |
commit | 774bed7e6098358012bd4ea05914497891ab4652 (patch) | |
tree | c0568ec0bf0c5b7c9bc08d5495e96e262cbadb93 /Misc | |
parent | 78be6e8aa3a0fec844bbc1af13b63826808f1f72 (diff) | |
parent | c7bfe0e42eb72d941a8a131e870aefabd4547015 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |