]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix closes Issue12722 - link heapq source in the text format in the documentation.
authorSenthil Kumaran <senthil@uthcode.com>
Wed, 10 Aug 2011 13:54:56 +0000 (21:54 +0800)
committerSenthil Kumaran <senthil@uthcode.com>
Wed, 10 Aug 2011 13:54:56 +0000 (21:54 +0800)
Doc/library/heapq.rst

index a6b9ba2710c67db05020bb26eaec390f170152a1..fcaf28d668402e86983fa0b676c1592b8bbf3038 100644 (file)
@@ -16,7 +16,7 @@ as the priority queue algorithm.
 .. seealso::
 
    Latest version of the `heapq Python source code
-   <http://svn.python.org/view/python/branches/release27-maint/Lib/heapq.py?view=markup>`_
+   <http://svn.python.org/view/*checkout*/python/branches/release27-maint/Lib/heapq.py?content-type=text%2Fplain>`_
 
 Heaps are binary trees for which every parent node has a value less than or
 equal to any of its children.  This implementation uses arrays for which