[issue12722] Link to heapq source from docs.python.org not working

2011-08-11 Thread Éric Araujo
Éric Araujo added the comment: The fix committed will be superseded by a link to the Mercurial repo when I fix #11435 (probably tomorrow). -- nosy: +eric.araujo ___ Python tracker

[issue12722] Link to heapq source from docs.python.org not working

2011-08-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9f482b957d77 by Senthil Kumaran in branch '2.7': Fix closes Issue12722 - link heapq source in the text format in the documentation. http://hg.python.org/cpython/rev/9f482b957d77 -- nosy: +python-dev resolution: -> fixed stage: -> commit

[issue12722] Link to heapq source from docs.python.org not working

2011-08-10 Thread Senthil Kumaran
New submission from Senthil Kumaran : http://mail.python.org/pipermail/docs/2011-August/005336.html I see that it is a problem with viewvc software which is not handling unicode text in HTML markup properly. Probably we can reference the text version of that module till the viewvc bug is fixed.