summaryrefslogtreecommitdiffstats
path: root/Doc/library/quopri.rst
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2011-01-07 18:58:21 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2011-01-07 18:58:21 (GMT)
commit60bcc54d2ed88861fb1232472bdeeff6460cb554 (patch)
treeefea544e4995c6a1f6519940b69e8b2d148a82ae /Doc/library/quopri.rst
parent034c7537d8b7f62ba9eff6a9fe8989730cce26f2 (diff)
downloadcpython-60bcc54d2ed88861fb1232472bdeeff6460cb554.zip
cpython-60bcc54d2ed88861fb1232472bdeeff6460cb554.tar.gz
cpython-60bcc54d2ed88861fb1232472bdeeff6460cb554.tar.bz2
Put those "seealso"s together
Diffstat (limited to 'Doc/library/quopri.rst')
-rw-r--r--Doc/library/quopri.rst7
1 files changed, 2 insertions, 5 deletions
diff --git a/Doc/library/quopri.rst b/Doc/library/quopri.rst
index 4eded5b..8af73a3 100644
--- a/Doc/library/quopri.rst
+++ b/Doc/library/quopri.rst
@@ -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>`