[issue8975] Bug in cookiejar

2010-07-12 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> duplicate stage: -> committed/rejected status: open -> closed superseder: -> cookielib chokes on non-integer cookie version, should ignore it instead type: crash -> behavior ___ Python tracker

[issue8975] Bug in cookiejar

2010-07-12 Thread John J Lee
John J Lee added the comment: This is a duplicate of issue3924 -- nosy: +jjlee ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue8975] Bug in cookiejar

2010-06-11 Thread Éric Araujo
Éric Araujo added the comment: Could you provide a minimal usable script? We can’t run your excerpt to reproduce the bug, and reproducing is the first step to debugging. I think we’ll also need the site address, or the cookie header, or the cookies file that provoke the bug. -- ___

[issue8975] Bug in cookiejar

2010-06-11 Thread Popa Claudiu
Popa Claudiu added the comment: """CHttp.__init__(self,1,proxy = shared.setts.currentGoogleProxy) self.timeout = shared.setts.cGglHttpTimeout self.proxy = globShare.currentGoogleProxy[globShare.currentGoogleIndex] if self.proxy:

[issue8975] Bug in cookiejar

2010-06-11 Thread Éric Araujo
Éric Araujo added the comment: Thanks for your report. Can you copy the code provoking the bug? -- nosy: +merwok ___ Python tracker ___ __

[issue8975] Bug in cookiejar

2010-06-11 Thread Popa Claudiu
New submission from Popa Claudiu : Hello. This is my first report, sorry if I won't do it right. I found a bug in cookielib, which looks like this(a traceback): """C:\Python31\lib\http\cookiejar.py:1586: UserWarning: http.cookiejar bug! Traceback (most recent call last): File "C:\Python31\lib\