[Python-checkins] cpython (merge 3.2 -> default): Merge redundant __contains__ doc fix from 3.2.
r.david.murray
python-checkins at python.org
Tue Mar 15 03:54:54 CET 2011
http://hg.python.org/cpython/rev/1397fd31252a
changeset: 68487:1397fd31252a
parent: 68484:525d69edc372
parent: 68486:e5a5fafd3e4f
user: R David Murray <rdmurray at bitdance.com>
date: Mon Mar 14 22:54:19 2011 -0400
summary:
Merge redundant __contains__ doc fix from 3.2.
files:
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