[issue2001] Pydoc interactive browsing enhancement

Georg Brandl report at bugs.python.org
Fri Dec 3 12:12:24 CET 2010


Georg Brandl <georg at python.org> added the comment:

The html_getfile() function is Unix-specific: it constructs paths like

path = os.sep + path.replace('%20', ' ')

Consequently, its test fails on Windows:

http://www.python.org/dev/buildbot/all/builders/x86%20XP-4%203.x/builds/3703/steps/test/logs/stdio

----------
keywords: +buildbot -patch
status: closed -> open

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


More information about the Python-bugs-list mailing list