[Python-checkins] cpython (2.7): Use internal links where possible

raymond.hettinger python-checkins at python.org
Mon Nov 10 02:25:52 CET 2014


https://hg.python.org/cpython/rev/3a8e0a5359cf
changeset: 93448:3a8e0a5359cf
branch: 2.7
parent: 93443:dbe1744ec62e
user: Raymond Hettinger <python at rcn.com>
date: Sun Nov 09 17:25:42 2014 -0800
summary:
 Use internal links where possible
files:
 Doc/library/functions.rst | 3 +--
 Doc/library/functools.rst | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst
--- a/Doc/library/functions.rst
+++ b/Doc/library/functions.rst
@@ -1326,8 +1326,7 @@
 compare equal --- this is helpful for sorting in multiple passes (for
 example, sort by department, then by salary grade).
 
- For sorting examples and a brief sorting tutorial, see `Sorting HowTo
- <https://wiki.python.org/moin/HowTo/Sorting/>`_\.
+ For sorting examples and a brief sorting tutorial, see :ref:`sortinghowto`.
 
 .. versionadded:: 2.4
 
diff --git a/Doc/library/functools.rst b/Doc/library/functools.rst
--- a/Doc/library/functools.rst
+++ b/Doc/library/functools.rst
@@ -38,8 +38,7 @@
 
 sorted(iterable, key=cmp_to_key(locale.strcoll)) # locale-aware sort order
 
- For sorting examples and a brief sorting tutorial, see `Sorting HowTo
- <https://wiki.python.org/moin/HowTo/Sorting/>`_\.
+ For sorting examples and a brief sorting tutorial, see :ref:`sortinghowto`.
 
 
 .. versionadded:: 2.7
-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /