2009/11/6 Robert P. J. Day <rpj...@crashcourse.ca>: > > i'm sure there's a painfully obvious answer to this, but is there a > reason i can't do: > >>>> help(import) > File "<stdin>", line 1 > help(import) > ^ > SyntaxError: invalid syntax
import is a keyword, not an object. -- Cheers, Simon B. -- http://mail.python.org/mailman/listinfo/python-list