1.2 Unadorned exec, execfile and friends

The word ``unadorned'' refers to the use without an explicit dictionary, in which case those constructs evaluate code in the current environment. This is dangerous for the same reasons from import * is dangerous -- it might step over variables you are counting on and mess up things for the rest of your code. Simply do not do that.