What is an alternative to execfile in Python 3.0?

Posted by R S on Stack Overflow See other posts from Stack Overflow or by R S
Published on 2009-01-12T17:23:36Z Indexed on 2010/05/17 12:50 UTC
Read the original article Hit count: 116

Filed under:
|

It seems they canceled in Python 3.0 all the easy way to quickly load a script file - both execfile() and reload().

Is there an obvious alternative I'm missing?

© Stack Overflow or respective owner

Related posts about python

Related posts about python-3.x