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 spark
Recipients Pathangi Jatinshravan, Tim.Graham, collinanderson, harris, martin.panter, pitrou, r.david.murray, spark
Date 2018-05-28.22:20:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1527546023.37.0.682650639539.issue25228@psf.upfronthosting.co.za>
In-reply-to
Content
I'm seeing a similar issue with curly brackets.

from Cookie import BaseCookie
cookie = BaseCookie('asd={"asd"}; my-real-cookie=stuff i care about; blah=blah')
assert 'my-real-cookie' in cookie  # False
History
Date User Action Args
2018-05-28 22:20:23sparksetrecipients: + spark, pitrou, r.david.murray, martin.panter, Tim.Graham, collinanderson, Pathangi Jatinshravan, harris
2018-05-28 22:20:23sparksetmessageid: <1527546023.37.0.682650639539.issue25228@psf.upfronthosting.co.za>
2018-05-28 22:20:23sparklinkissue25228 messages
2018-05-28 22:20:23sparkcreate