[Python-checkins] python/dist/src/Lib/test test_sys.py,1.9,1.10

tim_one at users.sourceforge.net tim_one at users.sourceforge.net
Tue Feb 15 22:50:16 CET 2005


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

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


Index: test_sys.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_sys.py,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- test_sys.py	15 Feb 2005 15:26:11 -0000	1.9
+++ test_sys.py	15 Feb 2005 21:50:12 -0000	1.10
@@ -171,8 +171,8 @@
         rc = subprocess.call([sys.executable, "-c",
                               "raise SystemExit(47)"])
         self.assertEqual(rc, 47)
-        
-            
+
+
     def test_getdefaultencoding(self):
         if test.test_support.have_unicode:
             self.assertRaises(TypeError, sys.getdefaultencoding, 42)



More information about the Python-checkins mailing list