Alan G Isaac wrote:
Is it intentional that ``exec`` cannot handle a TextIOWrapper?

Bottom line: has ``execfile(filename)`` really become
``exec(open(filename).read())``? Is this a good thing?


On 1/17/2009 4:20 PM Terry Reedy apparently wrote:
Yes. Yes.


OK.  Why?

Alan Isaac
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to