mirror of https://github.com/python/cpython
Added a couple names to __all__.
This commit is contained in:
parent
442c9fc376
commit
ba6019691e
|
@ -176,10 +176,12 @@ __all__ = [
|
|||
'DONT_ACCEPT_BLANKLINE',
|
||||
'NORMALIZE_WHITESPACE',
|
||||
'ELLIPSIS',
|
||||
'COMPARISON_FLAGS',
|
||||
'REPORT_UDIFF',
|
||||
'REPORT_CDIFF',
|
||||
'REPORT_NDIFF',
|
||||
'REPORT_ONLY_FIRST_FAILURE',
|
||||
'REPORTING_FLAGS',
|
||||
# 1. Utility Functions
|
||||
'is_private',
|
||||
# 2. Example & DocTest
|
||||
|
|
Loading…
Reference in New Issue