[python2.5] urlopen doesn't support timeout on older Pythons
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ibid |
Fix Released
|
Medium
|
Stefano Rivera |
Bug Description
2010-01-29 17:42:51,556 ERROR plugins: Periodic method failing: Retrieve.poll
Traceback (most recent call last):
File "/home/
method(event)
File "/home/
feed.
File "/home/
re.sub(r'\W+', '_', self.name), self.identity_id), headers)
File "/home/
f = _cacheable_
File "/home/
connection = urllib2.
TypeError: urlopen() got an unexpected keyword argument 'timeout'
Related branches
- Michael Gorven: Approve
- Jonathan Hitchcock: Approve
-
Diff: 232 lines (+85/-35)7 files modifiedcontrib/bzr-hook.py (+23/-11)
ibid/plugins/core.py (+2/-1)
ibid/plugins/network.py (+12/-8)
ibid/test/plugins/test_core.py (+13/-0)
ibid/utils/__init__.py (+17/-6)
man/ibid-plugin.1 (+6/-1)
scripts/ibid-plugin (+12/-8)
Changed in ibid: | |
status: | In Progress → Fix Released |