[Python-checkins] r62080 - in python/trunk/Lib/lib2to3: tests/test_fixers.py

martin.v.loewis python-checkins at python.org
Mon Mar 31 07:20:55 CEST 2008


Author: martin.v.loewis
Date: Mon Mar 31 07:20:55 2008
New Revision: 62080

Modified:
   python/trunk/Lib/lib2to3/   (props changed)
   python/trunk/Lib/lib2to3/tests/test_fixers.py
Log:
Merged revisions 61990-62079 via svnmerge from 
svn+ssh://pythondev@svn.python.org/sandbox/trunk/2to3/lib2to3

........
  r62017 | david.wolever | 2008-03-28 21:54:37 +0100 (Fr, 28 Mär 2008) | 1 line
  
  Fixed an out-of-date comment.
........


Modified: python/trunk/Lib/lib2to3/tests/test_fixers.py
==============================================================================
--- python/trunk/Lib/lib2to3/tests/test_fixers.py	(original)
+++ python/trunk/Lib/lib2to3/tests/test_fixers.py	Mon Mar 31 07:20:55 2008
@@ -3139,7 +3139,7 @@
 
     def setUp(self):
         FixerTestCase.setUp(self)
-        # Need to replace fix_import's isfile and isdir method
+        # Need to replace fix_import's exists method
         # so we can check that it's doing the right thing
         self.files_checked = []
         self.always_exists = True


More information about the Python-checkins mailing list