diff options
author | Raymond Hettinger <python@rcn.com> | 2003-07-11 22:36:52 +0000 |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2003-07-11 22:36:52 +0000 |
commit | cc39a13d6d661d297f937f35554b601f6b9efc04 (patch) | |
tree | 2f21022515bb8a303bda95cf7ea155438db4992f /Lib/doctest.py | |
parent | 92f21b13ea3642e2b029c3027897e177e121f7b0 (diff) | |
download | cpython-git-cc39a13d6d661d297f937f35554b601f6b9efc04.tar.gz |
Expose the 'master' instance mentioned in the docs.
Diffstat (limited to 'Lib/doctest.py')
-rw-r--r-- | Lib/doctest.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/doctest.py b/Lib/doctest.py index 55f15f1137..979d6d04f2 100644 --- a/Lib/doctest.py +++ b/Lib/doctest.py @@ -281,6 +281,7 @@ __all__ = [ 'DocTestSuite', 'testsource', 'debug', + 'master', ] import __future__ |