[Python-checkins] python/dist/src/Lib optparse.py,1.4,1.5

gward@users.sourceforge.net gward@users.sourceforge.net
Wed, 07 May 2003 18:38:55 -0700


Update of /cvsroot/python/python/dist/src/Lib
In directory sc8-pr-cvs1:/tmp/cvs-serv27439

Modified Files:
	optparse.py 
Log Message:
Update to Optik 1.4.1+: adds __all__ (Optik SF bug #728563).


Index: optparse.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/optparse.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** optparse.py	24 Apr 2003 16:02:42 -0000	1.4
--- optparse.py	8 May 2003 01:38:52 -0000	1.5
***************
*** 5,9 ****
  Originally distributed as Optik; see http://optik.sourceforge.net/ .
  
! If you have problems with this module, please do not files bugs,
  patches, or feature requests with Python; instead, use Optik's
  SourceForge project page:
--- 5,9 ----
  Originally distributed as Optik; see http://optik.sourceforge.net/ .
  
! If you have problems with this module, please do not file bugs,
  patches, or feature requests with Python; instead, use Optik's
  SourceForge project page:
***************
*** 17,22 ****
  # it is automatically generated from the Optik source code.
  
  
! __version__ = "1.4.1"
  
  __copyright__ = """
--- 17,39 ----
  # it is automatically generated from the Optik source code.
  
+ __version__ = "1.4.1+"
  
! __all__ = ['Option',
!            'SUPPRESS_HELP',
!            'SUPPRESS_USAGE',
!            'STD_HELP_OPTION',
!            'STD_VERSION_OPTION',
!            'Values',
!            'OptionContainer',
!            'OptionGroup',
!            'OptionParser',
!            'HelpFormatter',
!            'IndentedHelpFormatter',
!            'TitledHelpFormatter',
!            'OptParseError',
!            'OptionError',
!            'OptionConflictError',
!            'OptionValueError',
!            'BadOptionError']
  
  __copyright__ = """