Am 03.04.2012 11:34 schrieb John Ladasky:
I use subprocess.call() for quite a few other things.I just figured that I should use the tidier modules whenever I can.
Of course. I only wanted to point out that os.system() is an even worse approach. shutils.copy() is by far better, of course.
-- http://mail.python.org/mailman/listinfo/python-list