(using 3.0a4)

>>> exec(open("file.py"))
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
TypeError: exec() arg 1 must be a string, file, or code object, not TextIOWrapper

so what's "file" referring to here?

(the above works under 2.5, of course)

</F>

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to