summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2003-07-11 22:36:52 (GMT)
committerRaymond Hettinger <python@rcn.com>2003-07-11 22:36:52 (GMT)
commitcc39a13d6d661d297f937f35554b601f6b9efc04 (patch)
tree2f21022515bb8a303bda95cf7ea155438db4992f /Lib
parent92f21b13ea3642e2b029c3027897e177e121f7b0 (diff)
downloadcpython-cc39a13d6d661d297f937f35554b601f6b9efc04.zip
cpython-cc39a13d6d661d297f937f35554b601f6b9efc04.tar.gz
cpython-cc39a13d6d661d297f937f35554b601f6b9efc04.tar.bz2
Expose the 'master' instance mentioned in the docs.
Diffstat (limited to 'Lib')
-rw-r--r--Lib/doctest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/doctest.py b/Lib/doctest.py
index 55f15f1..979d6d0 100644
--- a/Lib/doctest.py
+++ b/Lib/doctest.py
@@ -281,6 +281,7 @@ __all__ = [
'DocTestSuite',
'testsource',
'debug',
+ 'master',
]
import __future__