sparqlwrapper
sparqlwrapper copied to clipboard
Drop urllib2 + keepalive
We have to drop supports for urllib2 + keepalive due to bumping required Python version (325dd1c323635b42565f9adea140848cc9c1d7d3).
As we know urllib2 has been already replaced to urllib.request. But some docstrings are still describing with urllib2.
https://github.com/RDFLib/sparqlwrapper/search?q=urllib2
And keepalive package for urllib2 is currently unmaintained and not worked. (https://github.com/wikier/keepalive/issues/9, https://github.com/wikier/keepalive/issues/10)
https://github.com/RDFLib/sparqlwrapper/pull/197#issuecomment-1020748341