diff options
author | Edward Loper <edloper@gradient.cis.upenn.edu> | 2004-08-27 04:29:23 (GMT) |
---|---|---|
committer | Edward Loper <edloper@gradient.cis.upenn.edu> | 2004-08-27 04:29:23 (GMT) |
commit | 12a4baf5a12148c757583e381b0371e50f324ec1 (patch) | |
tree | 017086d6df7656eafac65056cb287149c7402d0c /Lib | |
parent | 2de91ba2ab02f914a6ea71f329d4efbe02293e9d (diff) | |
download | cpython-12a4baf5a12148c757583e381b0371e50f324ec1.zip cpython-12a4baf5a12148c757583e381b0371e50f324ec1.tar.gz cpython-12a4baf5a12148c757583e381b0371e50f324ec1.tar.bz2 |
Remove unused method _OutputRedirectingPdb.resume
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/doctest.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Lib/doctest.py b/Lib/doctest.py index 127e119..c27dd05 100644 --- a/Lib/doctest.py +++ b/Lib/doctest.py @@ -460,9 +460,6 @@ class _OutputRedirectingPdb(pdb.Pdb): # Restore stdout. sys.stdout = save_stdout - def resume(self): - self._resume = 1 - ###################################################################### ## 2. Example & DocTest ###################################################################### |