This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author zach.ware
Recipients Eric.Galloway, python-dev, zach.ware
Date 2014-07-10.16:25:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1405009513.91.0.310504408058.issue21942@psf.upfronthosting.co.za>
In-reply-to
Content
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 making a "file://" link.
History
Date User Action Args
2014-07-10 16:25:13zach.waresetrecipients: + zach.ware, python-dev, Eric.Galloway
2014-07-10 16:25:13zach.waresetmessageid: <1405009513.91.0.310504408058.issue21942@psf.upfronthosting.co.za>
2014-07-10 16:25:13zach.warelinkissue21942 messages
2014-07-10 16:25:13zach.warecreate