mirror of
https://github.com/python/cpython.git
synced 2026-01-04 14:32:21 +00:00
Once upon a time, I used to know TeX...
This commit is contained in:
parent
8b59514e57
commit
36be8be7f5
1 changed files with 3 additions and 3 deletions
|
|
@ -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}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue