From: Georg Brandl Date: Fri, 7 Jul 2006 08:15:12 +0000 (+0000) Subject: Fix RFC number. X-Git-Tag: v2.5b2~27 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b6b175229bb8e9c94b104c3037b14e41b7549907;p=python Fix RFC number. --- diff --git a/Doc/lib/libcookielib.tex b/Doc/lib/libcookielib.tex index ef2d833b50..01f2539f80 100644 --- a/Doc/lib/libcookielib.tex +++ b/Doc/lib/libcookielib.tex @@ -24,7 +24,7 @@ Internet are Netscape cookies. \module{cookielib} attempts to follow the de-facto Netscape cookie protocol (which differs substantially from that set out in the original Netscape specification), including taking note of the \code{max-age} and \code{port} cookie-attributes -introduced with RFC 2109. \note{The various named parameters found in +introduced with RFC 2965. \note{The various named parameters found in \mailheader{Set-Cookie} and \mailheader{Set-Cookie2} headers (eg. \code{domain} and \code{expires}) are conventionally referred to as \dfn{attributes}. To distinguish them from Python attributes, the