This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Cookie.py: One step closer to RFC 2109
Type: Stage:
Components: Library (Lib) Versions: Python 2.3
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: georg.brandl, georg.brandl, zectbumo
Priority: normal Keywords: patch

Created on 2003-11-24 06:10 by zectbumo, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
Cookie.py.patch zectbumo, 2003-11-24 06:10 Lib/Cookie.py patch
Messages (2)
msg44925 - (view) Author: Alfred Morgan (zectbumo) Date: 2003-11-24 06:10
- Changed the default separator from \n to \r\n.
- Suppressed the trailing semicolon.
- Changed the examples because doctest doesn't allow
carriage returns in the examples.
msg44926 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2005-08-24 22:34
Logged In: YES 
user_id=1188172

Thanks for the patch, committed as
Lib/Cookie.py r1.19
Doc/lib/libcookie.tex r1.13
History
Date User Action Args
2022-04-11 14:56:01adminsetgithub: 39591
2003-11-24 06:10:40zectbumocreate