]> granicus.if.org Git - python/commitdiff
for method getaddrlist(): Added a note clarifying that all named
authorBarry Warsaw <barry@python.org>
Thu, 14 Jan 1999 21:26:54 +0000 (21:26 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 14 Jan 1999 21:26:54 +0000 (21:26 +0000)
headers and their continuation lines are parsed.

Doc/lib/librfc822.tex

index 61aadd896927b00e9999038781a6fa70eb69e7d5..d2b1dbbb28fdb3e7d7f81e122f4071e06f794fb2 100644 (file)
@@ -173,6 +173,10 @@ returns a list of \code{(\var{full name}, \var{email address})} pairs
 (even if there was only one address in the header).  If there is no
 header matching \var{name}, return an empty list.
 
+If multiple headers exist that match the named header (e.g. if there
+are several \code{Cc} headers), all are parsed for addresses.  Any
+continuation lines the named headers contain are also parsed.
+
 XXX The current version of this function is not really correct.  It
 yields bogus results if a full name contains a comma.
 \end{methoddesc}