mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Update to Optik 1.4.1+: adds __all__ (Optik SF bug #728563).
This commit is contained in:
parent
066f3928b2
commit
4656ed44ca
1 changed files with 19 additions and 2 deletions
|
@ -4,7 +4,7 @@ By Greg Ward <gward@python.net>
|
||||||
|
|
||||||
Originally distributed as Optik; see http://optik.sourceforge.net/ .
|
Originally distributed as Optik; see http://optik.sourceforge.net/ .
|
||||||
|
|
||||||
If you have problems with this module, please do not files bugs,
|
If you have problems with this module, please do not file bugs,
|
||||||
patches, or feature requests with Python; instead, use Optik's
|
patches, or feature requests with Python; instead, use Optik's
|
||||||
SourceForge project page:
|
SourceForge project page:
|
||||||
http://sourceforge.net/projects/optik
|
http://sourceforge.net/projects/optik
|
||||||
|
@ -16,8 +16,25 @@ For support, use the optik-users@lists.sourceforge.net mailing list
|
||||||
# Python developers: please do not make changes to this file, since
|
# Python developers: please do not make changes to this file, since
|
||||||
# it is automatically generated from the Optik source code.
|
# it is automatically generated from the Optik source code.
|
||||||
|
|
||||||
|
__version__ = "1.4.1+"
|
||||||
|
|
||||||
__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__ = """
|
__copyright__ = """
|
||||||
Copyright (c) 2001-2003 Gregory P. Ward. All rights reserved.
|
Copyright (c) 2001-2003 Gregory P. Ward. All rights reserved.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue