Commit fcb6db50 authored by Senthil Kumaran's avatar Senthil Kumaran

merge from 3.4

Issue25917 : Fix howto links in docs. Point the reference documentation instead of wiki.
parents 9ecf00e7 d03d1d45
...@@ -1010,8 +1010,7 @@ performance levels: ...@@ -1010,8 +1010,7 @@ performance levels:
may come up with. This is doubly true for primitives written in C, such may come up with. This is doubly true for primitives written in C, such
as builtins and some extension types. For example, be sure to use as builtins and some extension types. For example, be sure to use
either the :meth:`list.sort` built-in method or the related :func:`sorted` either the :meth:`list.sort` built-in method or the related :func:`sorted`
function to do sorting (and see the function to do sorting (and see the :ref:`sortinghowto` for examples
`sorting mini-HOWTO <https://wiki.python.org/moin/HowTo/Sorting>`_ for examples
of moderately advanced usage). of moderately advanced usage).
* Abstractions tend to create indirections and force the interpreter to work * Abstractions tend to create indirections and force the interpreter to work
......
...@@ -1306,8 +1306,7 @@ are always available. They are listed here in alphabetical order. ...@@ -1306,8 +1306,7 @@ are always available. They are listed here in alphabetical order.
compare equal --- this is helpful for sorting in multiple passes (for compare equal --- this is helpful for sorting in multiple passes (for
example, sort by department, then by salary grade). example, sort by department, then by salary grade).
For sorting examples and a brief sorting tutorial, see `Sorting HowTo For sorting examples and a brief sorting tutorial, see :ref:`sortinghowto`.
<https://wiki.python.org/moin/HowTo/Sorting/>`_\.
.. function:: staticmethod(function) .. function:: staticmethod(function)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment