RDFLib / sparqlwrapper

A wrapper for a remote SPARQL endpoint
https://sparqlwrapper.readthedocs.io/
Other
513 stars 121 forks source link

Drop urllib2 + keepalive #198

Open eggplants opened 2 years ago

eggplants commented 2 years ago

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