[Lldb-commits] [PATCH] D157849: [lldb/crashlog] Replace deprecated optparse by argparse (NFC)

Alex Langford via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Aug 14 10:35:23 PDT 2023


bulbazord added a comment.

Makes sense to me. `optparse` has been deprecated since Python 3.2 in favor of `argparse`. It's good to get ahead of the curve here.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D157849/new/

https://reviews.llvm.org/D157849



More information about the lldb-commits mailing list