From: Georg Brandl Date: Thu, 25 Aug 2005 12:51:16 +0000 (+0000) Subject: Once upon a time, I used to know TeX... X-Git-Tag: v2.5a0~1454 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=36be8be7f5e5965dcd73ee65064435e8e13f71e9;p=thirdparty%2FPython%2Fcpython.git Once upon a time, I used to know TeX... --- diff --git a/Doc/lib/libcookie.tex b/Doc/lib/libcookie.tex index 39b9cb4ebce3..756ba1e5d348 100644 --- a/Doc/lib/libcookie.tex +++ b/Doc/lib/libcookie.tex @@ -98,9 +98,9 @@ In general, it should be the case that \method{value_encode()} and Return a string representation suitable to be sent as HTTP headers. \var{attrs} and \var{header} are sent to each \class{Morsel}'s \method{output()} method. \var{sep} is used to join the headers -together, and is by default the combination '\r\n' (CRLF). -\versionchanged[The default separator has been changed from '\n' to match the cookie -specification]{2.5} +together, and is by default the combination \code{'\e r\e n'} (CRLF). +\versionchanged[The default separator has been changed from \code{'\e n'} +to match the cookie specification]{2.5} \end{methoddesc} \begin{methoddesc}[BaseCookie]{js_output}{\optional{attrs}}