]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #18167: cgi.FieldStorage no more fails to handle multipart/form-data
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 17 Jun 2013 13:34:41 +0000 (16:34 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 17 Jun 2013 13:34:41 +0000 (16:34 +0300)
commitc7bfe0e42eb72d941a8a131e870aefabd4547015
tree25472c68db5275339492a7a52a0a59a2b8d1c01a
parent8b5629207944516a18834aec32e314b4aa4c09b2
Issue #18167: cgi.FieldStorage no more fails to handle multipart/form-data
when \r\n appears at end of 65535 bytes without other newlines.
Lib/cgi.py
Lib/test/test_cgi.py
Misc/NEWS