From 12a4baf5a12148c757583e381b0371e50f324ec1 Mon Sep 17 00:00:00 2001 From: Edward Loper Date: Fri, 27 Aug 2004 04:29:23 +0000 Subject: [PATCH] Remove unused method _OutputRedirectingPdb.resume --- Lib/doctest.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/Lib/doctest.py b/Lib/doctest.py index 127e11929f3..c27dd056a6f 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 ######################################################################