]> granicus.if.org Git - python/commitdiff
Put those "seealso"s together
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 7 Jan 2011 18:58:21 +0000 (18:58 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 7 Jan 2011 18:58:21 +0000 (18:58 +0000)
Doc/library/glob.rst
Doc/library/quopri.rst
Doc/library/uu.rst

index 0de763fd538c1923a3591431def0bbd0d4f46d86..7e21f1b39ea724337ce60101eea693a82d316b17 100644 (file)
@@ -15,9 +15,6 @@ matched.  This is done by using the :func:`os.listdir` and
 subshell.  (For tilde and shell variable expansion, use
 :func:`os.path.expanduser` and :func:`os.path.expandvars`.)
 
-.. seealso::
-
-   Latest version of the :source:`glob module Python source code <Lib/glob.py>`
 
 .. function:: glob(pathname)
 
@@ -53,3 +50,5 @@ preserved. ::
    Module :mod:`fnmatch`
       Shell-style filename (not path) expansion
 
+   Latest version of the :source:`glob module Python source code <Lib/glob.py>`
+
index 4eded5b7662bd5d701a4cb28fa83d432031c89a1..8af73a3d5f1b92536fc28790cc29a48b5d760d1f 100644 (file)
@@ -17,11 +17,6 @@ few nonprintable characters; the base64 encoding scheme available via the
 :mod:`base64` module is more compact if there are many such characters, as when
 sending a graphics file.
 
-.. seealso::
-
-   Latest version of the :source:`quopri module Python source code
-   <Lib/quopri.py>`
-
 .. function:: decode(input, output, header=False)
 
    Decode the contents of the *input* file and write the resulting decoded binary
@@ -63,3 +58,5 @@ 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>`
index 53d269b967dca215dace83c87abb9d408c778ec4..ac5bca49ac72fa2aecbbc6129cfb36f0281268ec 100644 (file)
@@ -21,10 +21,6 @@ that, when required, the mode is ``'rb'`` or ``'wb'`` on Windows.
 
 This code was contributed by Lance Ellinghouse, and modified by Jack Jansen.
 
-.. seealso::
-
-   Latest version of the :source:`uu module Python source code <Lib/uu.py>`
-
 The :mod:`uu` module defines the following functions:
 
 
@@ -61,3 +57,4 @@ The :mod:`uu` module defines the following functions:
    Module :mod:`binascii`
       Support module containing ASCII-to-binary and binary-to-ASCII conversions.
 
+   Latest version of the :source:`uu module Python source code <Lib/uu.py>`