>> Make the module dict read-only ... Guido> But the dict is still accessible in writable form through Guido> globals() and as the func_globals attribute of any function Guido> defined in the module. I was thinking more along the lines of making the dict itself read-only. Skip