Hacker News new | ask | show | jobs
by comex 5169 days ago
Note also that the behavior changed in Python 3: exec is now a function, and changes to locals made through exec won't show up in the original scope.
1 comments

Thanks -- I updated the post with a note about Py3k.