Open
Description
There are few places where urllib2
is still mentioned. Namely:
llvm-project/lld/utils/benchmark.py
Line 22 in e8ce6c4
Since urllib2
is python2-only thing and since Python 2 is no longer supported by LLVM then I believe all traces of urllib2
could be safely removed.