Issue #4953 (cgi) closed: please test it as much as possible
Victor Stinner <[email protected]>
| Newsgroups | gmane.comp.python.devel,gmane.comp.python.web |
|---|---|
| Message-ID | <1295011533.1559.4.camel@marge> |
Hi, I just closed issue #4953 just before Python 3.2 final: the CGI module should now handle correctly binary files and Unicode. I also patched urllib.parse.parse_qs() and urllib.parse.parse_qsl() to add encoding and errors arguments. Please test the CGI module (with Python 3.2) as much as possible, especially with WSGI. http://bugs.python.org/issue4953 Victor