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 bsder
Recipients
Date 2005-03-21.09:37:13
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The following failure messages gets dumped out of
BitTorrent 3.4.2 when run against Python 2.4:

Traceback (most recent call last):
  File "/usr/local/lib/python2.4/threading.py", line
442, in __bootstrap
    self.run()
  File "/usr/local/lib/python2.4/threading.py", line
422, in run
    self.__target(*self.__args, **self.__kwargs)
  File
"/home/andrewl/python/lib/python2.4/site-packages/BitTorrent/Rerequester.py",
line 84, in rerequest
    h = urlopen(url)
  File "/usr/local/lib/python2.4/urllib2.py", line 130,
in urlopen
    return _opener.open(url, data)
  File "/usr/local/lib/python2.4/urllib2.py", line 364,
in open
    response = meth(req, response)
  File "/usr/local/lib/python2.4/urllib2.py", line 468,
in http_response
    code, msg, hdrs = response.code, response.msg,
response.info()
AttributeError: addinfourldecompress instance has no
attribute 'code'
History
Date User Action Args
2007-08-23 14:30:26adminlinkissue1167397 messages
2007-08-23 14:30:26admincreate