diff options
author | Fred Drake <fdrake@acm.org> | 2001-07-06 20:30:11 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-07-06 20:30:11 (GMT) |
commit | 907e76b62081cc3e3d4dbab94f3e5799086021a0 (patch) | |
tree | de205bb308f02d8fbefb427aab172786aae98aae /Doc/lib/librexec.tex | |
parent | 19b1c6156bcb9d8c79808c718be2dac2f55c6d00 (diff) | |
download | cpython-907e76b62081cc3e3d4dbab94f3e5799086021a0.zip cpython-907e76b62081cc3e3d4dbab94f3e5799086021a0.tar.gz cpython-907e76b62081cc3e3d4dbab94f3e5799086021a0.tar.bz2 |
Fix up a few style nits -- avoid "e.g." and "i.e." -- these make
translation more difficult, as well as reading the English more
difficult for non-native speakers.
Diffstat (limited to 'Doc/lib/librexec.tex')
-rw-r--r-- | Doc/lib/librexec.tex | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/lib/librexec.tex b/Doc/lib/librexec.tex index 3bbebdc..49647b1 100644 --- a/Doc/lib/librexec.tex +++ b/Doc/lib/librexec.tex @@ -32,7 +32,8 @@ the file system itself. Rather, it calls methods of an \class{RHooks} instance that was passed to or created by its constructor. (Actually, the \class{RExec} object doesn't make these calls --- they are made by a module loader object that's part of the \class{RExec} object. This -allows another level of flexibility, e.g. using packages.) +allows another level of flexibility, which can be useful when changing +the mechanics of \keyword{import} within the restricted environment.) By providing an alternate \class{RHooks} object, we can control the file system accesses made to import a module, without changing the @@ -135,7 +136,7 @@ Reload the module object \var{module}, re-parsing and re-initializing it. \end{methoddesc} \begin{methoddesc}{r_unload}{module} -Unload the module object \var{module} (i.e., remove it from the +Unload the module object \var{module} (remove it from the restricted environment's \code{sys.modules} dictionary). \end{methoddesc} |