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.

Author martin.panter
Recipients docs@python, martin.panter, pdbogen, serhiy.storchaka
Date 2019-01-27.00:48:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1548550116.99.0.0523359139814.issue19670@roundup.psfhosted.org>
In-reply-to
Content
I think the solution here is to document what “SimpleCookie.value_encode” really does: RFC 2109 quoted-string escaping. If you want to a generate RFC-6265-compliant Set-Cookie string, do not include non-compliant characters in the cookie value, and consider using BaseCookie rather than SimpleCookie, especially if your “morsel” values are enclosed in double quotes.
History
Date User Action Args
2019-01-27 00:48:38martin.pantersetrecipients: + martin.panter, docs@python, serhiy.storchaka, pdbogen
2019-01-27 00:48:36martin.pantersetmessageid: <1548550116.99.0.0523359139814.issue19670@roundup.psfhosted.org>
2019-01-27 00:48:36martin.panterlinkissue19670 messages
2019-01-27 00:48:36martin.pantercreate