]> 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:33:48 +0000 (16:33 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 17 Jun 2013 13:33:48 +0000 (16:33 +0300)
commite2cc341ffab9bcbc430d2d6b2ea1d5775db66eff
tree77ae07818497d2137ee46f720c2f85a55e68c791
parenta49dcc51b8fcdcdf06f1e5b136b5835d754a0d05
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