Modify ↓
Ticket #652 (closed defect: fixed)
Missing Python <2.6 support in Proxy.py
Reported by: | Torsten Rehn <[email protected]…> | Owned by: | desai |
---|---|---|---|
Priority: | minor | Milestone: | Bcfg2 1.0.0 Release |
Component: | bcfg2-server | Version: | 1.0 |
Keywords: | Cc: |
Description
File "/usr/lib/python2.5/site-packages/Bcfg2/Proxy.py", line 63, in __init__ httplib.HTTPConnection.__init__(self, host, port, strict, timeout) TypeError: __init__() takes at most 4 arguments (5 given)
The timeout argument was added in Python 2.6
Attachments
Change History
Changed 14 years ago by Torsten Rehn <[email protected]…>
- Attachment bcfg2-py26.diff added
comment:1 Changed 14 years ago by desai
- Status changed from new to closed
- Resolution set to fixed
Committed in [61ae42bb686b3abde33f80591992e3adff0f155c] (SVN r5209). Thanks for the patch.
Note: See
TracTickets for help on using
tickets.
quick and dirty patch to fix the issue