From: Raymond Hettinger Date: Fri, 11 Jul 2003 22:36:52 +0000 (+0000) Subject: Expose the 'master' instance mentioned in the docs. X-Git-Tag: v2.3c1~116 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cc39a13d6d661d297f937f35554b601f6b9efc04;p=thirdparty%2FPython%2Fcpython.git Expose the 'master' instance mentioned in the docs. --- diff --git a/Lib/doctest.py b/Lib/doctest.py index 55f15f11378f..979d6d04f223 100644 --- a/Lib/doctest.py +++ b/Lib/doctest.py @@ -281,6 +281,7 @@ __all__ = [ 'DocTestSuite', 'testsource', 'debug', + 'master', ] import __future__