Issue 120299
Summary Remove `urllib2`
Labels new issue
Assignees
Reporter mtelka
    There are few places where `urllib2` is still mentioned.  Namely:
- https://github.com/llvm/llvm-project/blob/e8ce6c4e69745b1b2cd6f7479c48fbae44622cb3/lld/utils/benchmark.py#L22
- https://github.com/llvm/llvm-project/blob/e8ce6c4e69745b1b2cd6f7479c48fbae44622cb3/clang/tools/scan-view/bin/scan-view#L16
- https://github.com/llvm/llvm-project/blob/e8ce6c4e69745b1b2cd6f7479c48fbae44622cb3/llvm/utils/unicode-case-fold.py#L28
- https://github.com/llvm/llvm-project/blob/e8ce6c4e69745b1b2cd6f7479c48fbae44622cb3/clang/docs/tools/dump_ast_matchers.py#L13

Since `urllib2` is [python2-only thing](https://docs.python.org/2/library/urllib2.html) and since Python 2 is no longer supported by LLVM then I believe all traces of `urllib2` could be safely removed.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to