[issue21942] pydoc source not displayed in browser on Windows

2014-07-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset 74c7a186ffdd by Zachary Ware in branch '3.4': Issue #21942: Fixed source file viewing in pydoc's server mode on Windows. http://hg.python.org/cpython/rev/74c7a186ffdd New changeset 03b406f5aae0 by Zachary Ware in branch 'default': Issue #21942:

[issue21942] pydoc source not displayed in browser on Windows

2014-07-10 Thread Zachary Ware
Zachary Ware added the comment: Fixed, thanks for the report! I took an alternate approach to fixing the problem; nturl2path was only used at all because pydoc used to produce actual file:// links rather than rendering the page itself, and there's no reason to use nturl2path if you're not

[issue21942] pydoc source not displayed in browser on Windows

2014-07-08 Thread Eric Galloway
New submission from Eric Galloway: In Python 3 on Windows, pydoc fails to display source file listings in the browser. To reproduce in Python 3.4: 1. start pydoc: python -m pydoc -p 2. Navigate to the url: