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 chch
Recipients chch
Date 2009-12-14.13:54:26
SpamBayes Score 0.00013635069
Marked as misclassified No
Message-id <1260798869.28.0.314761148717.issue7504@psf.upfronthosting.co.za>
In-reply-to
Content
After setting cookies with same name and different path only nearest to 
root cookie is available.

Attached patch:
1. Set Cookie to nearest value.
2. Collects all same name values in Cookie._multi['<cookie name>'] in 
order.
History
Date User Action Args
2009-12-14 13:54:29chchsetrecipients: + chch
2009-12-14 13:54:29chchsetmessageid: <1260798869.28.0.314761148717.issue7504@psf.upfronthosting.co.za>
2009-12-14 13:54:27chchlinkissue7504 messages
2009-12-14 13:54:27chchcreate