[Python-checkins] python/dist/src/Doc/lib libcookie.tex,1.13,1.14

birkenfeld@users.sourceforge.net birkenfeld at users.sourceforge.net
Thu Aug 25 14:51:27 CEST 2005


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv814/Doc/lib

Modified Files:
	libcookie.tex 
Log Message:
Once upon a time, I used to know TeX...



Index: libcookie.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libcookie.tex,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- libcookie.tex	24 Aug 2005 22:34:21 -0000	1.13
+++ libcookie.tex	25 Aug 2005 12:51:16 -0000	1.14
@@ -98,9 +98,9 @@
 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}}



More information about the Python-checkins mailing list