http://scons.tigris.org/issues/show_bug.cgi?id=2329
[scons.git] / test / TAR / TARFLAGS.py
index f349b3a67c8aa764a0915710bb7971726b925001..96d61fe7d3b2fb84b6b207d078f7c0688b89fe94 100644 (file)
@@ -46,6 +46,8 @@ for opt, arg in cmd_opts:
     else: opt_string = opt_string + ' ' + opt
 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)):
         entries = os.listdir(name)
         entries.sort()
         for entry in entries: