]> granicus.if.org Git - python/commit
Issue #12411: Fix to cgi.parse_multipart to correctly use bytes boundaries and
authorSenthil Kumaran <senthil@uthcode.com>
Wed, 23 Jan 2013 10:50:15 +0000 (02:50 -0800)
committerSenthil Kumaran <senthil@uthcode.com>
Wed, 23 Jan 2013 10:50:15 +0000 (02:50 -0800)
commit6b102f251f086feb058ed9aac8072bbafe362372
tree35ec3908e0a2bcf9eb521fd39fc023d51dd1f04f
parent3d9e972270270e1498712065a17ec3a589ae8986
Issue #12411: Fix to cgi.parse_multipart to correctly use bytes boundaries and
bytes data. Patch by Jonas Wagner.
Lib/cgi.py
Lib/test/test_cgi.py
Misc/NEWS