Update of /cvsroot/py-howto/pyhowto
In directory slayer.i.sourceforge.net:/tmp/cvs-serv24939
Modified Files:
rexec.tex
Log Message:
Remove comment about needing to use pre in restricted mode, since Fred
fixed the problem
Index: rexec.tex
===================================================================
RCS file: /cvsroot/py-howto/pyhowto/rexec.tex,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** rexec.tex 2000/10/04 12:38:34 1.6
--- rexec.tex 2000/10/06 02:14:08 1.7
***************
*** 148,154 ****
allow operations that change the filesystem or use network connections
to other machines. (The \code{pcre} module may be unfamiliar. It's
! an internal module used by the \code{pre} module, which is the module
! that should be used by restricted code to perform regular expression
! matches.)
It also restricts the variables and functions that are available from
--- 148,153 ----
allow operations that change the filesystem or use network connections
to other machines. (The \code{pcre} module may be unfamiliar. It's
! an internal module used by the \module{re} module, so restricted code
! can still use the \module{re} to perform regular expression matches.)
It also restricts the variables and functions that are available from
|