mirror of
https://github.com/python/cpython.git
synced 2025-09-19 07:00:59 +00:00
Merged revisions 86086 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r86086 | steven.bethard | 2010-11-01 16:23:12 +0100 (Mon, 01 Nov 2010) | 1 line Get argparse.__all__ back up to date (issue 9353) ........
This commit is contained in:
parent
19e9fefc66
commit
931906a7f5
2 changed files with 20 additions and 3 deletions
|
@ -65,13 +65,20 @@ __version__ = '1.1'
|
|||
__all__ = [
|
||||
'ArgumentParser',
|
||||
'ArgumentError',
|
||||
'Namespace',
|
||||
'Action',
|
||||
'ArgumentTypeError',
|
||||
'FileType',
|
||||
'HelpFormatter',
|
||||
'ArgumentDefaultsHelpFormatter',
|
||||
'RawDescriptionHelpFormatter',
|
||||
'RawTextHelpFormatter',
|
||||
'ArgumentDefaultsHelpFormatter',
|
||||
'Namespace',
|
||||
'Action',
|
||||
'ONE_OR_MORE',
|
||||
'OPTIONAL',
|
||||
'PARSER',
|
||||
'REMAINDER',
|
||||
'SUPPRESS',
|
||||
'ZERO_OR_MORE',
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue