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 Claudiu.Popa
Recipients Claudiu.Popa
Date 2010-06-11.17:34:47
SpamBayes Score 2.1734994e-07
Marked as misclassified No
Message-id <1276277689.33.0.403419112347.issue8975@psf.upfronthosting.co.za>
In-reply-to
Content
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\http\cookiejar.py", line 1584, in make_cookies
    parse_ns_headers(ns_hdrs), request)
  File "C:\Python31\lib\http\cookiejar.py", line 1541, in _cookies_from_attrs_se
t
    cookie = self._cookie_from_cookie_tuple(tup, request)
  File "C:\Python31\lib\http\cookiejar.py", line 1460, in _cookie_from_cookie_tu
ple
    version = int(version)
ValueError: invalid literal for int() with base 10: '1.0'

  _warn_unhandled_exception()"""
History
Date User Action Args
2010-06-11 17:34:49Claudiu.Popasetrecipients: + Claudiu.Popa
2010-06-11 17:34:49Claudiu.Popasetmessageid: <1276277689.33.0.403419112347.issue8975@psf.upfronthosting.co.za>
2010-06-11 17:34:48Claudiu.Popalinkissue8975 messages
2010-06-11 17:34:47Claudiu.Popacreate