nico / ninjatracing

Convert .ninja_log files to chrome's about:tracing format.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace `optparse` by `argparse`

dschmitz89 opened this issue · comments

ninjatracing still uses the deprecated optparse module. An alternative would be to use argparse. I recently submitted a patch to scipy where this was fixed (scipy/scipy#19030). Would you be interested in this as well?