[Python-checkins] python/dist/src/Lib/test test_doctest.py, 1.40, 1.41

tim_one at users.sourceforge.net tim_one at users.sourceforge.net
Sun Aug 29 02:38:19 CEST 2004


Update of /cvsroot/python/python/dist/src/Lib/test
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12322/Lib/test

Modified Files:
	test_doctest.py 
Log Message:
Whitespace normalization.


Index: test_doctest.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_doctest.py,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -d -r1.40 -r1.41
--- test_doctest.py	28 Aug 2004 14:57:56 -0000	1.40
+++ test_doctest.py	29 Aug 2004 00:38:17 -0000	1.41
@@ -1797,7 +1797,7 @@
        Here, we didn't need to use a tearDown function because we
        modified the test globals.  The test globals are
        automatically cleared for us after a test.
-       
+
        """
 
 def test_trailing_space_in_test():
@@ -1848,7 +1848,7 @@
           NameError: name 'favorite_color' is not defined
       <BLANKLINE>
       <BLANKLINE>
-      
+
     We get only the first failure.
 
     If we give any reporting options when we set up the tests,



More information about the Python-checkins mailing list