[Python-checkins] r50863 - in python/trunk/Lib: pdb.py test/test_iterlen.py

tim.peters python-checkins at python.org
Thu Jul 27 17:11:01 CEST 2006


Author: tim.peters
Date: Thu Jul 27 17:11:00 2006
New Revision: 50863

Modified:
   python/trunk/Lib/pdb.py
   python/trunk/Lib/test/test_iterlen.py
Log:
Whitespace normalization.


Modified: python/trunk/Lib/pdb.py
==============================================================================
--- python/trunk/Lib/pdb.py	(original)
+++ python/trunk/Lib/pdb.py	Thu Jul 27 17:11:00 2006
@@ -231,7 +231,7 @@
         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)

Modified: python/trunk/Lib/test/test_iterlen.py
==============================================================================
--- python/trunk/Lib/test/test_iterlen.py	(original)
+++ python/trunk/Lib/test/test_iterlen.py	Thu Jul 27 17:11:00 2006
@@ -256,4 +256,3 @@
 
 if __name__ == "__main__":
     test_main()
-


More information about the Python-checkins mailing list