mirror of
https://github.com/python/cpython.git
synced 2025-07-09 20:35:26 +00:00
Issue #23883: Add missing APIs to __all__; patch by Jacek Kołodziej
This commit is contained in:
parent
d226d308a3
commit
19e69c5a20
15 changed files with 111 additions and 16 deletions
|
@ -38,7 +38,8 @@ __all__ = ['Option',
|
|||
'OptionError',
|
||||
'OptionConflictError',
|
||||
'OptionValueError',
|
||||
'BadOptionError']
|
||||
'BadOptionError',
|
||||
'check_choice']
|
||||
|
||||
__copyright__ = """
|
||||
Copyright (c) 2001-2006 Gregory P. Ward. All rights reserved.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue