Opened 6 years ago
Closed 6 years ago
#3189 closed feature-request (Fixed)
Refactor HTTPDownloader to Agent
Reported by: | DjLegolas | Owned by: | DjLegolas |
---|---|---|---|
Priority: | minor | Milestone: | 2.0.0 |
Component: | Core | Version: | develop |
Keywords: | twisted, HTTPDdownloader | Cc: |
Description
As of twisted 16.7.0, twisted.web.client.HTTPDownloader
have been
marked as deprecated.
This caused the tests results to show many lines of warnings about it.
The suggested replacement is twisted.web.client.Agent
.
Note:
See TracTickets
for help on using tickets.
Milestone renamed