diff options
author | Raymond Hettinger <python@rcn.com> | 2003-07-11 22:36:52 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2003-07-11 22:36:52 (GMT) |
commit | cc39a13d6d661d297f937f35554b601f6b9efc04 (patch) | |
tree | 2f21022515bb8a303bda95cf7ea155438db4992f /Lib | |
parent | 92f21b13ea3642e2b029c3027897e177e121f7b0 (diff) | |
download | cpython-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.py | 1 |
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__ |