argparse = OptParse++

Looks like someone built a better mousetrap for command-line parsing in Python.

Unfortunately, OptParse is already pretty good, argparse is better but not significantly for most folks, and OptParse is already in the standard Python Library (has been for years). Makes it hard to untrench the incumbent.