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

Skip to content

Commit 05ce079

Browse files
committed
Missed two source links
1 parent 4f707fd commit 05ce079

2 files changed

Lines changed: 7 additions & 8 deletions

File tree

Doc/library/functools.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,14 @@
88
.. moduleauthor:: Nick Coghlan <[email protected]>
99
.. sectionauthor:: Peter Harris <[email protected]>
1010

11+
**Source code:** :source:`Lib/functools.py`
12+
13+
--------------
1114

1215
The :mod:`functools` module is for higher-order functions: functions that act on
1316
or return other functions. In general, any callable object can be treated as a
1417
function for the purposes of this module.
1518

16-
.. seealso::
17-
18-
Latest version of the :source:`functools Python source code
19-
<Lib/functools.py>`
20-
2119
The :mod:`functools` module defines the following functions:
2220

2321
.. function:: cmp_to_key(func)

Doc/library/quopri.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
pair: quoted-printable; encoding
1010
single: MIME; quoted-printable encoding
1111

12+
**Source code:** :source:`Lib/quopri.py`
13+
14+
--------------
15+
1216
This module performs quoted-printable transport encoding and decoding, as
1317
defined in :rfc:`1521`: "MIME (Multipurpose Internet Mail Extensions) Part One:
1418
Mechanisms for Specifying and Describing the Format of Internet Message Bodies".
@@ -57,6 +61,3 @@ sending a graphics file.
5761

5862
Module :mod:`base64`
5963
Encode and decode MIME base64 data
60-
61-
Latest version of the :source:`quopri module Python source code
62-
<Lib/quopri.py>`

0 commit comments

Comments
 (0)