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 remi.lapeyre
Recipients Adam Davis, infinitewarp, martin.panter, remi.lapeyre
Date 2019-01-28.15:19:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1548688742.3.0.160387068028.issue31456@roundup.psfhosted.org>
In-reply-to
Content
It may be relevant: Ruby accept whitespaces in the name of the morsel:

➜  ~ irb
irb(main):002:0> require "cgi"
=> true
irb(main):003:0> CGI::Cookie::parse "ASDF=stuff; ASDF space=more stuff"
=> {"ASDF"=>#<CGI::Cookie: "ASDF=stuff; path=">, "ASDF space"=>#<CGI::Cookie: "ASDF space=more+stuff; path=">}
irb(main):004:0>
History
Date User Action Args
2019-01-28 15:19:03remi.lapeyresetrecipients: + remi.lapeyre, martin.panter, Adam Davis, infinitewarp
2019-01-28 15:19:02remi.lapeyresetmessageid: <1548688742.3.0.160387068028.issue31456@roundup.psfhosted.org>
2019-01-28 15:19:02remi.lapeyrelinkissue31456 messages
2019-01-28 15:19:02remi.lapeyrecreate