Message 75509 - Python tracker

Message75509

Author akuchling
Recipients akuchling
Date 2008-11-04.21:34:05
SpamBayes Score 0.00046182962
Marked as misclassified No
Message-id <1225834447.95.0.927155878948.issue4259@psf.upfronthosting.co.za>
In-reply-to
Content
The URL for module documentation generated by pydoc is no longer valid.
 The attached patch corrects it for Python 2.5.3 by assembling the URL
using the Python version.

This patch shouldn't be forward-ported to 2.6 or 2.7; Sphinx changes the
URL pattern further, and 2.6 and 2.7 take this into account and get
their URLs correct.
History
Date User Action Args
2008-11-04 21:34:08akuchlingsetrecipients: + akuchling
2008-11-04 21:34:07akuchlingsetmessageid: <1225834447.95.0.927155878948.issue4259@psf.upfronthosting.co.za>
2008-11-04 21:34:07akuchlinglinkissue4259 messages
2008-11-04 21:34:06akuchlingcreate