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 ######################################################################