[issue26808] wsgiref.simple_server breaks unicode in URIs

2016-04-20 Thread Александр Эри
Александр Эри added the comment: My browser encodes url in utf-8. To resolve this bug we need to look in web standards, not in pep. -- ___ Python tracker <http://bugs.python.org/issue26

[issue26808] wsgiref.simple_server breaks unicode in URIs

2016-04-20 Thread Александр Эри
Александр Эри added the comment: look also #issue26717 -- nosy: +Александр Эри ___ Python tracker <http://bugs.python.org/issue26808> ___ ___ Python-bugs-list m

[issue26717] wsgiref.simple_server: mojibake with cp1252 bytes in PATH_INFO

2016-04-20 Thread Александр Эри
Александр Эри added the comment: Why wsgiref uses latin1? It must use utf-8. -- keywords: +patch nosy: +Александр Эри Added file: http://bugs.python.org/file42531/simple_server.py.diff ___ Python tracker <http://bugs.python.org/issue26