[issue21850] Fix httplib and SimpleHTTPServer in unicodeless build

2017-04-20 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- resolution: -> rejected stage: patch review -> resolved status: open -> closed ___ Python tracker ___ __

[issue21850] Fix httplib and SimpleHTTPServer in unicodeless build

2014-07-23 Thread Demian Brecht
Demian Brecht added the comment: Left a couple comments on Rietveld -- nosy: +demian.brecht ___ Python tracker ___ ___ Python-bugs-lis

[issue21850] Fix httplib and SimpleHTTPServer in unicodeless build

2014-06-24 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- dependencies: +Fix unicodeless build of Python keywords: +patch Added file: http://bugs.python.org/file35760/http.patch ___ Python tracker ___ __

[issue21850] Fix httplib and SimpleHTTPServer in unicodeless build

2014-06-24 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: Proposed patch fixes the httplib and the SimpleHTTPServer modules for Python built with the --disable-unicode configure option. -- components: Library (Lib), Tests messages: 221424 nosy: benjamin.peterson, serhiy.storchaka priority: normal severity: