From: Tim Peters Date: Thu, 27 Jul 2006 15:11:00 +0000 (+0000) Subject: Whitespace normalization. X-Git-Tag: v2.5b3~137 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=daea035bac28ac1f2e70bcc4ddd4ec7f8bb541c9;p=thirdparty%2FPython%2Fcpython.git Whitespace normalization. --- diff --git a/Lib/pdb.py b/Lib/pdb.py index fd44beb48794..83884d7987fc 100755 --- a/Lib/pdb.py +++ b/Lib/pdb.py @@ -231,7 +231,7 @@ class Pdb(bdb.Bdb, cmd.Cmd): to the prompt. Checks whether this line is typed at the normal prompt or in - a breakpoint command list definition. + a breakpoint command list definition. """ if not self.commands_defining: return cmd.Cmd.onecmd(self, line) diff --git a/Lib/test/test_iterlen.py b/Lib/test/test_iterlen.py index 7d2cfb23600a..af4467e1374d 100644 --- a/Lib/test/test_iterlen.py +++ b/Lib/test/test_iterlen.py @@ -256,4 +256,3 @@ def test_main(): if __name__ == "__main__": test_main() -