Added a couple names to __all__.
diff --git a/Lib/doctest.py b/Lib/doctest.py
index 0a5b2da..0c2787f 100644
--- a/Lib/doctest.py
+++ b/Lib/doctest.py
@@ -176,10 +176,12 @@
     '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