remove pycurl support
Bug #1696602 reported by
Jelmer Vernooij
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Breezy |
Fix Released
|
Medium
|
Jelmer Vernooij |
Bug Description
With modern versions of urllib available in python2.7 and above, the need for pycurl has disappeared.
Our pycurl HTTP support adds a dependency, a lot of extra code to test and user confusion. Let's get rid of it.
Related branches
lp://staging/~jelmer/brz/kill-pycurl
Merged
into
lp://staging/brz
- Martin Packman: Approve
-
Diff: 991 lines (+20/-691)9 files modifiedbreezy/tests/features.py (+0/-1)
breezy/tests/http_server.py (+0/-22)
breezy/tests/https_server.py (+0/-14)
breezy/tests/test_bzrdir.py (+0/-12)
breezy/tests/test_http.py (+11/-169)
breezy/transport/__init__.py (+4/-18)
breezy/transport/http/__init__.py (+1/-1)
breezy/transport/http/_pycurl.py (+0/-454)
doc/en/release-notes/brz-3.0.txt (+4/-0)
Changed in brz: | |
status: | New → Triaged |
Changed in brz: | |
status: | Triaged → Fix Released |
Changed in brz: | |
importance: | Undecided → Medium |
To post a comment you must log in.