]> granicus.if.org Git - python/commit
merge from 3.2
authorSenthil Kumaran <senthil@uthcode.com>
Wed, 23 Jan 2013 11:00:26 +0000 (03:00 -0800)
committerSenthil Kumaran <senthil@uthcode.com>
Wed, 23 Jan 2013 11:00:26 +0000 (03:00 -0800)
commitc1a7c565aaf1dfa573337bbc9a5222097252cf3b
tree6c1f886edf62c6c31157a7ef397a14295a2f7d1b
parent9427b0313346fc629d9b3f5e0134fbacb8533c06
parent6b102f251f086feb058ed9aac8072bbafe362372
merge from 3.2

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