]> granicus.if.org Git - python/commit
The execfile() docs imply it acts on locals same as exec. But in truth
authorTim Peters <tim.peters@gmail.com>
Sun, 30 Sep 2001 06:32:59 +0000 (06:32 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 30 Sep 2001 06:32:59 +0000 (06:32 +0000)
commitaf5910f0259ae9667d23f7829de1298491704fee
treebd25b67e9f0314c406b906a471ae0bc605d2ce48
parent1c33daf14330ad1ecdef574dcb40f409777247fd
The execfile() docs imply it acts on locals same as exec.  But in truth
it acts more like assigning to keys in locals(), i.e. modifications to
function locals aren't reflected in the locals when execfile() returns.
Doc/lib/libfuncs.tex