Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
4656ed44
Commit
4656ed44
authored
May 08, 2003
by
Greg Ward
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update to Optik 1.4.1+: adds __all__ (Optik SF bug #728563).
parent
066f3928
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
3 deletions
+20
-3
Lib/optparse.py
Lib/optparse.py
+20
-3
No files found.
Lib/optparse.py
View file @
4656ed44
...
...
@@ -4,7 +4,7 @@ By Greg Ward <gward@python.net>
Originally distributed as Optik; see http://optik.sourceforge.net/ .
If you have problems with this module, please do not file
s
bugs,
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:
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
# 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 (c) 2001-2003 Gregory P. Ward. All rights reserved.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment