[Python-checkins] cpython: Add new email.policy document to the toctree and fix markup glitch.

georg.brandl python-checkins at python.org
Tue Apr 19 09:21:23 CEST 2011


http://hg.python.org/cpython/rev/6afce92ffaef
changeset:   69436:6afce92ffaef
user:        Georg Brandl <georg at python.org>
date:        Tue Apr 19 09:21:00 2011 +0200
summary:
  Add new email.policy document to the toctree and fix markup glitch.

files:
  Doc/library/email.policy.rst |  2 +-
  Doc/library/email.rst        |  1 +
  2 files changed, 2 insertions(+), 1 deletions(-)


diff --git a/Doc/library/email.policy.rst b/Doc/library/email.policy.rst
--- a/Doc/library/email.policy.rst
+++ b/Doc/library/email.policy.rst
@@ -27,7 +27,7 @@
 pre-created :class:`Policy` instances.  In addition to a :const:`default`
 instance, there are instances tailored for certain applications.  For example
 there is an :const:`SMTP` :class:`Policy` with defaults appropriate for
-generating output to be sent to an SMTP server.  These are listed :ref:`below
+generating output to be sent to an SMTP server.  These are listed `below
 <Policy Instances>`.
 
 In general an application will only need to deal with setting the policy at the
diff --git a/Doc/library/email.rst b/Doc/library/email.rst
--- a/Doc/library/email.rst
+++ b/Doc/library/email.rst
@@ -51,6 +51,7 @@
    email.message.rst
    email.parser.rst
    email.generator.rst
+   email.policy.rst
    email.mime.rst
    email.header.rst
    email.charset.rst

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list