]> git.ipfire.org Git - thirdparty/tornado.git/commit
Fix keys in wsgi request arguments being bytes in python3 when content-type is applic... 481/head
authorJustin Samuel <js@justinsamuel.com>
Mon, 19 Mar 2012 22:09:23 +0000 (15:09 -0700)
committerJustin Samuel <js@justinsamuel.com>
Mon, 19 Mar 2012 22:09:23 +0000 (15:09 -0700)
commit1c6dc7c3afc032ed28270cb8a710eb6f899ccd6b
tree257678c24106669eefd5a4490a64f913ae00e51f
parentbcbef8c72046e7fc1a50e97b99a2716d546191f5
Fix keys in wsgi request arguments being bytes in python3 when content-type is application/x-www-form-urlencoded.
tornado/wsgi.py