[Python-checkins] r70868 - python/trunk/Lib/optparse.py

georg.brandl python-checkins at python.org
Tue Mar 31 21:12:17 CEST 2009


Author: georg.brandl
Date: Tue Mar 31 21:12:17 2009
New Revision: 70868

Log:
#5190: export make_option in __all__.

Modified:
   python/trunk/Lib/optparse.py

Modified: python/trunk/Lib/optparse.py
==============================================================================
--- python/trunk/Lib/optparse.py	(original)
+++ python/trunk/Lib/optparse.py	Tue Mar 31 21:12:17 2009
@@ -11,6 +11,7 @@
 __version__ = "1.5.3"
 
 __all__ = ['Option',
+           'make_option',
            'SUPPRESS_HELP',
            'SUPPRESS_USAGE',
            'Values',


More information about the Python-checkins mailing list