http://scons.tigris.org/issues/show_bug.cgi?id=2329
[scons.git] / test / TAR / TAR.py
index ac8d7913dda23e9b2494060ff8e6b596626f5755..5a19a98fe5f4fc2e9f410a031a33061a916d2437 100644 (file)
@@ -44,6 +44,8 @@ for opt, arg in opts:
     if opt == '-f': out = arg
 def process(outfile, name):
     if os.path.isdir(name):
+        ## TODO 2.5: the next three lines can be replaced by
+        #for entry in sorted(os.listdir(name)):
         list = os.listdir(name)
         list.sort()
         for entry in list: