[Python-checkins] r87826 - in python/branches/py3k/Doc/library: glob.rst quopri.rst uu.rst

antoine.pitrou python-checkins at python.org
Fri Jan 7 19:58:21 CET 2011


Author: antoine.pitrou
Date: Fri Jan  7 19:58:21 2011
New Revision: 87826

Log:
Put those "seealso"s together



Modified:
   python/branches/py3k/Doc/library/glob.rst
   python/branches/py3k/Doc/library/quopri.rst
   python/branches/py3k/Doc/library/uu.rst

Modified: python/branches/py3k/Doc/library/glob.rst
==============================================================================
--- python/branches/py3k/Doc/library/glob.rst	(original)
+++ python/branches/py3k/Doc/library/glob.rst	Fri Jan  7 19:58:21 2011
@@ -15,9 +15,6 @@
 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 @@
    Module :mod:`fnmatch`
       Shell-style filename (not path) expansion
 
+   Latest version of the :source:`glob module Python source code <Lib/glob.py>`
+

Modified: python/branches/py3k/Doc/library/quopri.rst
==============================================================================
--- python/branches/py3k/Doc/library/quopri.rst	(original)
+++ python/branches/py3k/Doc/library/quopri.rst	Fri Jan  7 19:58:21 2011
@@ -17,11 +17,6 @@
 :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 @@
    Module :mod:`base64`
       Encode and decode MIME base64 data
 
+   Latest version of the :source:`quopri module Python source code
+   <Lib/quopri.py>`

Modified: python/branches/py3k/Doc/library/uu.rst
==============================================================================
--- python/branches/py3k/Doc/library/uu.rst	(original)
+++ python/branches/py3k/Doc/library/uu.rst	Fri Jan  7 19:58:21 2011
@@ -21,10 +21,6 @@
 
 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 @@
    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>`


More information about the Python-checkins mailing list