Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5b3455c

Browse files
committed
merge from 3.5
Issue25917 : Fix howto links in docs. Point the reference documentation instead of wiki.
2 parents a313538 + fcb6db5 commit 5b3455c

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

Doc/faq/programming.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1010,8 +1010,7 @@ performance levels:
10101010
may come up with. This is doubly true for primitives written in C, such
10111011
as builtins and some extension types. For example, be sure to use
10121012
either the :meth:`list.sort` built-in method or the related :func:`sorted`
1013-
function to do sorting (and see the
1014-
`sorting mini-HOWTO <https://wiki.python.org/moin/HowTo/Sorting>`_ for examples
1013+
function to do sorting (and see the :ref:`sortinghowto` for examples
10151014
of moderately advanced usage).
10161015

10171016
* Abstractions tend to create indirections and force the interpreter to work

Doc/library/functions.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1306,8 +1306,7 @@ are always available. They are listed here in alphabetical order.
13061306
compare equal --- this is helpful for sorting in multiple passes (for
13071307
example, sort by department, then by salary grade).
13081308

1309-
For sorting examples and a brief sorting tutorial, see `Sorting HowTo
1310-
<https://wiki.python.org/moin/HowTo/Sorting/>`_\.
1309+
For sorting examples and a brief sorting tutorial, see :ref:`sortinghowto`.
13111310

13121311
.. function:: staticmethod(function)
13131312

0 commit comments

Comments
 (0)