From c46d4f300f9790f08a3e031f41415071797ea3ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Wirtel?= Date: Tue, 21 May 2019 12:13:38 +0200 Subject: [PATCH] PEP 594: Add argparse as substitute of getopt (#1065) --- pep-0594.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pep-0594.rst b/pep-0594.rst index 82df206f275..c6321c9fe87 100644 --- a/pep-0594.rst +++ b/pep-0594.rst @@ -714,6 +714,8 @@ instead, the getopt module is still widely used. Module type pure Python +Substitute + argparse optparse --------