execfile python3k

Christian Heimes lists at cheimes.de
Mon May 12 14:06:03 EDT 2008


Odys schrieb:
> Hi there,
> 
> Since execfile() is removed in Python 3.0
> I have question about using exec.
> 
> I know about
>   exec(open('filename').read())
> but from documentation the 1st arg of exec can be 'file object'.
> However
>    exec(open('filename'))
> does not work.
> Does anybody have idea how to construct 'file object' then?

It's a know bug in Python 3.0.

Christian




More information about the Python-list mailing list