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 mmelin
Recipients BreamoreBoy, ajaksu2, jjlee, mmelin, sonderblade, valankar
Date 2013-02-23.16:45:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361637905.61.0.303579463648.issue1375011@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is a patch with Viraj's original fix except using a set instead of a dict as suggested by Björn. This patch also includes a test case and a note in the docs about this behavior.

Since Cookie has been moved and the code has been cleaned up somewhat between 2.7 and 3.2 I'm attaching patches for both branches.

Of course, a decision still needs to be made whether or not this should be applied; the behavior is more correct now, but I don't know if it is worth potentially breaking applications that have come to expect the old behavior. There doesn't seem to be a consensus in #1372650 but I thought having a complete patch would be a good thing regardless.
History
Date User Action Args
2013-02-23 16:45:05mmelinsetrecipients: + mmelin, jjlee, sonderblade, valankar, ajaksu2, BreamoreBoy
2013-02-23 16:45:05mmelinsetmessageid: <1361637905.61.0.303579463648.issue1375011@psf.upfronthosting.co.za>
2013-02-23 16:45:05mmelinlinkissue1375011 messages
2013-02-23 16:45:05mmelincreate