]> granicus.if.org Git - python/commitdiff
Missed two source links
authorRaymond Hettinger <python@rcn.com>
Mon, 10 Jan 2011 21:16:07 +0000 (21:16 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 10 Jan 2011 21:16:07 +0000 (21:16 +0000)
Doc/library/functools.rst
Doc/library/quopri.rst

index 07081625baa0fd8b06901ddc0b72113832514678..2316e804899e91a7b711659472af880539f16b1b 100644 (file)
@@ -8,16 +8,14 @@
 .. moduleauthor:: Nick Coghlan <ncoghlan@gmail.com>
 .. sectionauthor:: Peter Harris <scav@blueyonder.co.uk>
 
+**Source code:** :source:`Lib/functools.py`
+
+--------------
 
 The :mod:`functools` module is for higher-order functions: functions that act on
 or return other functions. In general, any callable object can be treated as a
 function for the purposes of this module.
 
-.. seealso::
-
-   Latest version of the :source:`functools Python source code
-   <Lib/functools.py>`
-
 The :mod:`functools` module defines the following functions:
 
 .. function:: cmp_to_key(func)
index 8af73a3d5f1b92536fc28790cc29a48b5d760d1f..755811adfd84242177490010cb995a3bd22f9b2a 100644 (file)
@@ -9,6 +9,10 @@
    pair: quoted-printable; encoding
    single: MIME; quoted-printable encoding
 
+**Source code:** :source:`Lib/quopri.py`
+
+--------------
+
 This module performs quoted-printable transport encoding and decoding, as
 defined in :rfc:`1521`: "MIME (Multipurpose Internet Mail Extensions) Part One:
 Mechanisms for Specifying and Describing the Format of Internet Message Bodies".
@@ -57,6 +61,3 @@ sending a graphics file.
 
    Module :mod:`base64`
       Encode and decode MIME base64 data
-
-   Latest version of the :source:`quopri module Python source code
-   <Lib/quopri.py>`