-
-
Notifications
You must be signed in to change notification settings - Fork 32.7k
Closed as not planned
Labels
stdlibPython modules in the Lib dirPython modules in the Lib dirtype-featureA feature request or enhancementA feature request or enhancement
Description
Proposal:
timeit
currently uses getopt
, and the __main__
code is a bit messy (see #137587). As such, I'm suggesting that we move to argparse
instead. The --help
contains the entire module's docstring which I believe could be truncated (for instance, it includes the classes and functions that are available in the module).
Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
No response
Linked PRs
donBarbos
Metadata
Metadata
Assignees
Labels
stdlibPython modules in the Lib dirPython modules in the Lib dirtype-featureA feature request or enhancementA feature request or enhancement