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 spookylukey
Recipients spookylukey
Date 2010-09-10.17:08:52
SpamBayes Score 0.00028320716
Marked as misclassified No
Message-id <1284138534.02.0.950342053029.issue9824@psf.upfronthosting.co.za>
In-reply-to
Content
I forgot to mention backwards compatibility:

In the context of Cookie being used in a web application, if developers were relying on literal commas and semi-colons being present in the client side cookie value (e.g. in javascript), the patch will introduce an incompatibility.

A quick review of cookies on my computer shows that 22 out of 3079 have commas in them, and none have semi-colons in them.  For those with commas, there would still only be a problem if they were reading them client side, or not using Python's Cookie library to decode the values server side.
History
Date User Action Args
2010-09-10 17:08:54spookylukeysetrecipients: + spookylukey
2010-09-10 17:08:54spookylukeysetmessageid: <1284138534.02.0.950342053029.issue9824@psf.upfronthosting.co.za>
2010-09-10 17:08:52spookylukeylinkissue9824 messages
2010-09-10 17:08:52spookylukeycreate