On Sep 6, 12:46 am, Steve Holden <[EMAIL PROTECTED]> wrote: > Arnaud Delobelle wrote: [...] > > print "all done!" # All done > > print "Now there are 4000 files in this directory..." > > > Python 3.0 - ready (I've used open() instead of file()) > > bzzzzzzzzzzt! > > Python 3.0a1 (py3k:57844, Aug 31 2007, 16:54:27) ... > Type "help", "copyright", "credits" or "license" for more information. > >>> print "all done!" # All done > File "<stdin>", line 1 > print "all done!" # All done > ^ > SyntaxError: invalid syntax > >>>
Damn! That'll teach me to make such bold claims. At least I'm unlikely to forget again now... -- Arnaud -- http://mail.python.org/mailman/listinfo/python-list