[Python-checkins] r45495 - python/trunk/Lib/pdb.py (original) (raw)

martin.v.loewis python-checkins at python.org
Mon Apr 17 21🔞19 CEST 2006


Author: martin.v.loewis Date: Mon Apr 17 21🔞18 2006 New Revision: 45495

Modified: python/trunk/Lib/pdb.py Log: Reindent.

Modified: python/trunk/Lib/pdb.py

--- python/trunk/Lib/pdb.py (original) +++ python/trunk/Lib/pdb.py Mon Apr 17 21🔞18 2006 @@ -140,7 +140,7 @@ self._wait_for_mainpyfile = 0 if self.bp_commands(frame): self.interaction(frame, None)

@@ -158,7 +158,7 @@ if self.commands_doprompt[currentbp]: self.cmdloop() self.forget() - return + return return 1 def user_return(self, frame, return_value): @@ -226,8 +226,8 @@ def onecmd(self, line): """Interpret the argument as though it had been typed in response - to the prompt.

@@ -235,7 +235,7 @@ else: return self.handle_command_def(line)

@@ -254,11 +254,11 @@ func = getattr(self, 'do_' + cmd) except AttributeError: func = self.default



More information about the Python-checkins mailing list