]> granicus.if.org Git - python/commit
Fix some obsolete names comments.
authorGuido van Rossum <guido@python.org>
Tue, 28 May 1996 23:07:17 +0000 (23:07 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 28 May 1996 23:07:17 +0000 (23:07 +0000)
commitfdd45cb8580f06031528ff370e0f6d5322bfe67d
treeec4e5322fa199e5369d068ac36a06d458f12a04c
parent9e6aa9d55b194e7499e39af69e675fd7a5d9639f
Fix some obsolete names comments.

Change RHooks() interface to not require a 'rexec' instance argument;
added set_rexec() method instead (which must be called by the RExec
instance using this RHooks instance).

Support dynamic loading of modules, at least for those modules that
are ok built-in modules.  Added new interfaces set_trusted_path() and
load_dynamic() to RExec class (the default trusted path consists of
all absolute pathnames in sys.path).

Change copy_except() to actually try to delete the exceptions.
Lib/rexec.py