New submission from R. David Murray <rdmur...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue8867>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to