#1530 Replace urllib.request with requests library
Closed: Fixed 4 years ago by tkopecek. Opened 4 years ago by tkopecek.

Unify requests usage.
Related PR: #294 (doesn't fix all locations)


Metadata Update from @tkopecek:
- Custom field Size adjusted to None

4 years ago

Metadata Update from @tkopecek:
- Issue set to the milestone: 1.20

4 years ago

Metadata Update from @jcupova:
- Issue tagged with: testing-done

4 years ago

context manager:

with request.get(url) as resp:
    pass

is not supported on EL7.
python-requests version:
- RHEL7: 2.6.0
- EPEL7: 2.3.0

Metadata Update from @julian8628:
- Issue status updated to: Open (was: Closed)

4 years ago

Metadata Update from @julian8628:
- Issue untagged with: testing-done
- Issue tagged with: testing-ready

4 years ago

Metadata Update from @jcupova:
- Issue tagged with: testing-done

4 years ago

Login to comment on this ticket.

Metadata
Related Pull Requests
  • #1854 Merged 4 years ago
  • #1542 Merged 4 years ago