Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
3454941d
Commit
3454941d
authored
Nov 09, 2014
by
Raymond Hettinger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use internal links where possible
parent
ccae479e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
Doc/library/functions.rst
Doc/library/functions.rst
+1
-2
Doc/library/functools.rst
Doc/library/functools.rst
+1
-2
No files found.
Doc/library/functions.rst
View file @
3454941d
...
...
@@ -1326,8 +1326,7 @@ available. They are listed here in alphabetical order.
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
...
...
Doc/library/functools.rst
View file @
3454941d
...
...
@@ -38,8 +38,7 @@ The :mod:`functools` module defines the following functions:
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment