[Python-Dev] [Python-checkins] cpython (2.7): Fix closes Issue12722 - link heapq source in the text format in the

Senthil Kumaran senthil at uthcode.com
Thu Aug 11 02:13:49 CEST 2011


On Wed, Aug 10, 2011 at 11:58:24PM +0300, Ezio Melotti wrote:
> 
> hg.python.org/cpython/2.7/path/to/file.py should work just fine.

The correct path seems to be:

http://hg.python.org/cpython/file/2.7/Lib/<modulefile.py>
> 
> IIRC the reason why we don't do it on 2.x is because we don't have
> the 'source' directive available in Sphinx and therefore we would
> have to update all the links manually to link to h.p.o instead of
> s.p.o.

I see.  Does sphinx have any such directive already? How is it
supposed to behave?

-- 
Senthil


More information about the Python-Dev mailing list