[Python-checkins] cpython (merge 3.1 -> 3.2): Merge redundant __contains__ doc fix from 3.1.

r.david.murray python-checkins at python.org
Tue Mar 15 03:54:53 CET 2011


http://hg.python.org/cpython/rev/e5a5fafd3e4f
changeset:   68486:e5a5fafd3e4f
branch:      3.2
parent:      68483:304d57f25c01
parent:      68485:860f8dc27034
user:        R David Murray <rdmurray at bitdance.com>
date:        Mon Mar 14 22:53:29 2011 -0400
summary:
  Merge redundant __contains__ doc fix from 3.1.

files:
  Doc/library/email.message.rst

diff --git a/Doc/library/email.message.rst b/Doc/library/email.message.rst
--- a/Doc/library/email.message.rst
+++ b/Doc/library/email.message.rst
@@ -222,12 +222,6 @@
       headers.
 
 
-   .. method:: Message.__contains__(name)
-
-      Return true if the message contains a header field named *name*, otherwise
-      return false.
-
-
    .. method:: keys()
 
       Return a list of all the message's header field names.

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


More information about the Python-checkins mailing list