sparqlwrapper icon indicating copy to clipboard operation
sparqlwrapper copied to clipboard

Drop urllib2 + keepalive

Open eggplants opened this issue 3 years ago • 0 comments

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

eggplants avatar Jan 25 '22 07:01 eggplants