[issue11066] cgi.py proposals : sys.stdout encoding + rewriting of parsing functions

2017-04-04 Thread Pierre Quentel
Pierre Quentel added the comment: I close this issue and will open a more specific one for the rewriting of parse_multipart() -- resolution: -> out of date stage: -> resolved status: open -> closed ___ Python tracker

[issue11066] cgi.py proposals : sys.stdout encoding + rewriting of parsing functions

2011-07-03 Thread STINNER Victor
Changes by STINNER Victor : -- nosy: +haypo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue11066] cgi.py proposals : sys.stdout encoding + rewriting of parsing functions

2011-07-02 Thread Éric Araujo
Éric Araujo added the comment: See also #1610654 and #6234. -- nosy: +eric.araujo ___ Python tracker ___ ___ Python-bugs-list mailing

[issue11066] cgi.py proposals : sys.stdout encoding + rewriting of parsing functions

2011-01-29 Thread Pierre Quentel
New submission from Pierre Quentel : Python 3.2rc1 introduced a new version of cgi.py that handles correctly file uploads In this version, the FieldStorage constructor receives an argument "encoding" which is the encoding used by the document holding the submitted form On the CGI script side,