File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88..
moduleauthor ::
Nick Coghlan <[email protected] > 99..
sectionauthor ::
Peter Harris <[email protected] > 1010
11+ **Source code: ** :source: `Lib/functools.py `
12+
13+ --------------
1114
1215The :mod: `functools ` module is for higher-order functions: functions that act on
1316or return other functions. In general, any callable object can be treated as a
1417function 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-
2119The :mod: `functools ` module defines the following functions:
2220
2321.. function :: cmp_to_key(func)
Original file line number Diff line number Diff line change 99 pair: quoted-printable; encoding
1010 single: MIME; quoted-printable encoding
1111
12+ **Source code: ** :source: `Lib/quopri.py `
13+
14+ --------------
15+
1216This module performs quoted-printable transport encoding and decoding, as
1317defined in :rfc: `1521 `: "MIME (Multipurpose Internet Mail Extensions) Part One:
1418Mechanisms 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> `
You can’t perform that action at this time.
0 commit comments