-
Notifications
You must be signed in to change notification settings - Fork 15.4k
Open
Labels
Description
There are few places where urllib2 is still mentioned. Namely:
llvm-project/lld/utils/benchmark.py
Line 22 in e8ce6c4
from urllib2 import urlopen, Request from urllib2 import urlopen from urllib2 import urlopen from urllib2 import urlopen
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.