]> granicus.if.org Git - python/commit
Issue #4953: cgi.FieldStorage and cgi.parse() parse the request as bytes, not
authorVictor Stinner <victor.stinner@haypocalc.com>
Fri, 14 Jan 2011 13:05:21 +0000 (13:05 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Fri, 14 Jan 2011 13:05:21 +0000 (13:05 +0000)
commit5c23b8e6ea7cdb0002842d16dbce4b4d716dd35a
treef426907a4cf85dcbf58941f4c78a855554e4fce9
parent1d87deb60546050f3ef3c136ae124efb96de7517
Issue #4953: cgi.FieldStorage and cgi.parse() parse the request as bytes, not
as unicode, and accept binary files. Add encoding and errors attributes to
cgi.FieldStorage.
Lib/cgi.py
Lib/test/test_cgi.py
Misc/NEWS