]> granicus.if.org Git - python/commitdiff
Added a couple names to __all__.
authorTim Peters <tim.peters@gmail.com>
Sat, 4 Sep 2004 15:04:06 +0000 (15:04 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 4 Sep 2004 15:04:06 +0000 (15:04 +0000)
Lib/doctest.py

index 0a5b2da358243000d25785aa18a7997409e7b331..0c2787f29c3e98f9ea0bc24b19589930b9937e30 100644 (file)
@@ -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