commit | af5910f0259ae9667d23f7829de1298491704fee | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Sun Sep 30 06:32:59 2001 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Sun Sep 30 06:32:59 2001 +0000 |
tree | bd25b67e9f0314c406b906a471ae0bc605d2ce48 | |
parent | 1c33daf14330ad1ecdef574dcb40f409777247fd [diff] |
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.