[issue8867] serve.py (using wsgiref) cannot serve Python docs under Python3 due to encoding issues

R. David Murray report at bugs.python.org
Tue Jun 1 01:22:37 CEST 2010


New submission from R. David Murray <rdmurray at bitdance.com>:

If you do a 'make serve' in the docs directory (after doing a make html, of course) and try to open the What's New link in the served doc pages, the following error results:

ValueError: Unicode data must contain only code points representable in ISO-8859-1 encoding

----------
components: Library (Lib)
messages: 106819
nosy: r.david.murray
priority: normal
severity: normal
status: open
title: serve.py (using wsgiref) cannot serve Python docs under Python3 due to encoding issues
type: behavior
versions: Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8867>
_______________________________________


More information about the Python-bugs-list mailing list