Add set_unittest_reportflags() to the public API.  Docs will follow
"soon", after I repair the LaTeX I somehow damaged.
diff --git a/Lib/doctest.py b/Lib/doctest.py
index d4119c7..6441054 100644
--- a/Lib/doctest.py
+++ b/Lib/doctest.py
@@ -85,6 +85,7 @@
     # 8. Unittest Support
     'DocTestSuite',
     'DocFileSuite',
+    'set_unittest_reportflags',
     # 9. Debugging Support
     'script_from_examples',
     'testsource',