From: Tim Peters Date: Sat, 4 Sep 2004 15:04:06 +0000 (+0000) Subject: Added a couple names to __all__. X-Git-Tag: v2.4b1~345 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ba6019691eddff901bbb7eb5d8a2cc66e5ebaaca;p=python Added a couple names to __all__. --- diff --git a/Lib/doctest.py b/Lib/doctest.py index 0a5b2da358..0c2787f29c 100644 --- a/Lib/doctest.py +++ b/Lib/doctest.py @@ -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