[Python-checkins] r86864 - python/branches/py3k/Lib/pdb.py

senthil.kumaran python-checkins at python.org
Mon Nov 29 13:42:29 CET 2010


Author: senthil.kumaran
Date: Mon Nov 29 13:42:29 2010
New Revision: 86864

Log:
Remove the comment used while testing.



Modified:
   python/branches/py3k/Lib/pdb.py

Modified: python/branches/py3k/Lib/pdb.py
==============================================================================
--- python/branches/py3k/Lib/pdb.py	(original)
+++ python/branches/py3k/Lib/pdb.py	Mon Nov 29 13:42:29 2010
@@ -775,7 +775,6 @@
                 self.error(err)
             else:
                 self.clear_bpbynumber(i)
-                #self.clear_break(bp.file, bp.line)
                 self.message('Deleted %s' % bp)
     do_cl = do_clear # 'c' is already an abbreviation for 'continue'
 


More information about the Python-checkins mailing list