diff options
author | Georg Brandl <georg@python.org> | 2007-12-29 10:57:00 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-12-29 10:57:00 (GMT) |
commit | b19be571e09263239ef29c92eee06dbb30186685 (patch) | |
tree | 9c8a5439b14ce34cfaa0e4e164483b0f8690aa42 /Doc/library/rexec.rst | |
parent | 28c7bcf38e1e69a9091cbba90b982331428ddbe6 (diff) | |
download | cpython-b19be571e09263239ef29c92eee06dbb30186685.zip cpython-b19be571e09263239ef29c92eee06dbb30186685.tar.gz cpython-b19be571e09263239ef29c92eee06dbb30186685.tar.bz2 |
Some cleanup in the docs.
Diffstat (limited to 'Doc/library/rexec.rst')
-rw-r--r-- | Doc/library/rexec.rst | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Doc/library/rexec.rst b/Doc/library/rexec.rst index 5747d82..c85c7ca 100644 --- a/Doc/library/rexec.rst +++ b/Doc/library/rexec.rst @@ -182,7 +182,7 @@ And their equivalents with access to restricted standard I/O streams: Unload the module object *module*. - .. % XXX what are the semantics of this? + .. XXX what are the semantics of this? .. _rexec-extension: @@ -232,7 +232,7 @@ new values. All these attributes are tuples of strings. 'times', 'uname', 'getpid', 'getppid', 'getcwd', 'getuid', 'getgid', 'geteuid', 'getegid')``. - .. % Should this be called ok_os_names? + .. Should this be called ok_os_names? .. attribute:: RExec.ok_sys_names @@ -285,6 +285,3 @@ apart the filename and performing various operations on it. In cases where security is at stake, it may be preferable to write simple code which is sometimes overly restrictive, instead of more general code that is also more complex and may harbor a subtle security hole. - -.. % - |