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

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


PR #1542

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

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

Commit f2774d50 fixes this issue

Commit aad9fac8 fixes this issue

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

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)

follow-up PR: #1854

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

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

Commit 0c56cad2 fixes this issue

Commit 66611157 fixes this issue

This issue has been migrated to Fedora Forge:
https://forge.fedoraproject.org/koji/koji/issues/1530

Please continue any further discussion there.

Metadata
Related Pull Requests