From: Fred Drake Date: Tue, 22 May 2001 15:17:12 +0000 (+0000) Subject: Add a list of mapping interface methods which are not supported by X-Git-Tag: v2.1.1c1~122 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cfe4df170c3ec0af1d006960afac621849115225;p=thirdparty%2FPython%2Fcpython.git Add a list of mapping interface methods which are not supported by rfc822.Message (per Barry's comments). --- diff --git a/Doc/lib/librfc822.tex b/Doc/lib/librfc822.tex index 56f6c7445769..87e16194b0b5 100644 --- a/Doc/lib/librfc822.tex +++ b/Doc/lib/librfc822.tex @@ -219,7 +219,10 @@ there is no matching header; and \code{len(\var{m})}, \code{\var{m}.values()} and \code{\var{m}.items()} act as expected (and consistently). \class{Message} instances also support the mapping writable interface \code{\var{m}[name] = value} and \code{del -\var{m}[name]}. +\var{m}[name]}. \class{Message} objects do not support the +\method{clear()}, \method{copy()}, \method{get()}, \method{popitem()}, +\method{setdefault()}, or \method{update()} methods of the mapping +interface. Finally, \class{Message} instances have two public instance variables: