summaryrefslogtreecommitdiffstats
path: root/Doc/library/quopri.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/quopri.rst')
-rw-r--r--Doc/library/quopri.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/library/quopri.rst b/Doc/library/quopri.rst
index d7c7204..4eded5b 100644
--- a/Doc/library/quopri.rst
+++ b/Doc/library/quopri.rst
@@ -17,6 +17,10 @@ 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)