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 pitrou
Recipients Tim.Graham, berker.peksag, georg.brandl, pitrou, r.david.murray
Date 2014-10-29.10:44:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1414579499.72.0.304576791337.issue22758@psf.upfronthosting.co.za>
In-reply-to
Content
Ah, so it's about round-tripping between SimpleCookie.__str__() and SimpleCookie.__init__(). That sounds like a reasonable behaviour to preserve (and easier than parsing arbitrary Set-Cookie headers). IMO we should also add for tests for it in other versions.
History
Date User Action Args
2014-10-29 10:44:59pitrousetrecipients: + pitrou, georg.brandl, r.david.murray, berker.peksag, Tim.Graham
2014-10-29 10:44:59pitrousetmessageid: <1414579499.72.0.304576791337.issue22758@psf.upfronthosting.co.za>
2014-10-29 10:44:59pitroulinkissue22758 messages
2014-10-29 10:44:59pitroucreate