[issue1375011] Improper handling of duplicate cookies

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue1375011] Improper handling of duplicate cookies

2013-02-23 Thread Martin Melin
Martin Melin added the comment: Just adding the 3.2 patch -- Added file: http://bugs.python.org/file29179/issue1375011-3.2.patch ___ Python tracker ___

[issue1375011] Improper handling of duplicate cookies

2013-02-23 Thread Martin Melin
Martin Melin added the comment: 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 betwe

[issue1375011] Improper handling of duplicate cookies

2010-08-21 Thread Mark Lawrence
Mark Lawrence added the comment: Even if the patch is still valid there are still no doc or unit test changes. -- nosy: +BreamoreBoy versions: +Python 2.7, Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker _

[issue1375011] Improper handling of duplicate cookies

2009-04-22 Thread Daniel Diniz
Daniel Diniz added the comment: See discussion in issue 1372650. -- keywords: +easy nosy: +ajaksu2 ___ Python tracker ___ ___ Pytho

[issue1375011] Improper handling of duplicate cookies

2009-02-12 Thread Daniel Diniz
Changes by Daniel Diniz : -- nosy: +jjlee stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.5 ___ Python tracker ___ ___