]> granicus.if.org Git - python/commitdiff
Remove unused method _OutputRedirectingPdb.resume
authorEdward Loper <edloper@gradient.cis.upenn.edu>
Fri, 27 Aug 2004 04:29:23 +0000 (04:29 +0000)
committerEdward Loper <edloper@gradient.cis.upenn.edu>
Fri, 27 Aug 2004 04:29:23 +0000 (04:29 +0000)
Lib/doctest.py

index 127e11929f305630437e71665c6c3defe42c36a7..c27dd056a6f3ac5a941127e955d5ca25cfac17bf 100644 (file)
@@ -460,9 +460,6 @@ class _OutputRedirectingPdb(pdb.Pdb):
         # Restore stdout.
         sys.stdout = save_stdout
 
-    def resume(self):
-        self._resume = 1
-
 ######################################################################
 ## 2. Example & DocTest
 ######################################################################