From: Georg Brandl Date: Tue, 31 Mar 2009 19:12:17 +0000 (+0000) Subject: #5190: export make_option in __all__. X-Git-Tag: v2.7a1~1689 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c5d8c6334571b17bef1111e8a6978d50bd38efb3;p=python #5190: export make_option in __all__. --- diff --git a/Lib/optparse.py b/Lib/optparse.py index 1107d9e317..aeb5716a87 100644 --- a/Lib/optparse.py +++ b/Lib/optparse.py @@ -11,6 +11,7 @@ For support, use the optik-users@lists.sourceforge.net mailing list __version__ = "1.5.3" __all__ = ['Option', + 'make_option', 'SUPPRESS_HELP', 'SUPPRESS_USAGE', 'Values',