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

senthil.kumaran python-checkins at python.org
Wed Aug 10 15:55:21 CEST 2011


http://hg.python.org/cpython/rev/9f482b957d77
changeset:   71804:9f482b957d77
branch:      2.7
parent:      71789:7d5a37ce42d5
user:        Senthil Kumaran <senthil at uthcode.com>
date:        Wed Aug 10 21:54:56 2011 +0800
summary:
  Fix closes Issue12722  - link heapq source in the text format in the documentation.

files:
  Doc/library/heapq.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/library/heapq.rst b/Doc/library/heapq.rst
--- a/Doc/library/heapq.rst
+++ b/Doc/library/heapq.rst
@@ -16,7 +16,7 @@
 .. 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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list