From cc39a13d6d661d297f937f35554b601f6b9efc04 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Fri, 11 Jul 2003 22:36:52 +0000 Subject: [PATCH] Expose the 'master' instance mentioned in the docs. --- Lib/doctest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/doctest.py b/Lib/doctest.py index 55f15f11378..979d6d04f22 100644 --- a/Lib/doctest.py +++ b/Lib/doctest.py @@ -281,6 +281,7 @@ __all__ = [ 'DocTestSuite', 'testsource', 'debug', + 'master', ] import __future__