PEP 594: Add argparse as substitute of getopt (#1065)

This commit is contained in:
Stéphane Wirtel 2019-05-21 12:13:38 +02:00 committed by Christian Heimes
parent 7a0b2cd1be
commit c46d4f300f
1 changed files with 2 additions and 0 deletions

View File

@ -714,6 +714,8 @@ instead, the getopt module is still widely used.
Module type
pure Python
Substitute
argparse
optparse
--------