From: Fred Drake Date: Tue, 31 Dec 2002 15:23:09 +0000 (+0000) Subject: Barry raised reasonable objections to the macro name \mimeheader, so X-Git-Tag: v2.3c1~2721 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f91b4619e02104fa5eeb03b870cce399c7e4a64a;p=python Barry raised reasonable objections to the macro name \mimeheader, so we'll simply revert to \mailheader since there's no other good name. --- diff --git a/Doc/lib/libcookie.tex b/Doc/lib/libcookie.tex index a84ad36367..43d5ada0f3 100644 --- a/Doc/lib/libcookie.tex +++ b/Doc/lib/libcookie.tex @@ -19,7 +19,7 @@ specs. As a result, the parsing rules used are a bit less strict. \begin{excdesc}{CookieError} Exception failing because of \rfc{2109} invalidity: incorrect -attributes, incorrect \mimeheader{Set-Cookie} header, etc. +attributes, incorrect \mailheader{Set-Cookie} header, etc. \end{excdesc} \begin{classdesc}{BaseCookie}{\optional{input}}