Brett Cannon wrote: > No, but I view sys as place to put stuff that influences the running of > the interpreter and I don't put compile() in that category. So what about sys.argv, sys.std{in,out,err}, sys.exc_info, etc. etc.? They're not exactly about influencing the running of the interpreter, either. -- Greg