> By the way, the reason I am naming it __module_level_func() is because > I'd like __module_level_func() to be private to the module, like the C > static function. If the interpreter cannot really enforce it, at least > it is some sort of naming convention for me.
re the above: set file permissions for testmodule.py to limit access. IMHO it is a better solution. -- http://mail.python.org/mailman/listinfo/python-list