summaryrefslogtreecommitdiffstats
path: root/Doc/lib/librexec.tex
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2003-05-13 14:16:18 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2003-05-13 14:16:18 (GMT)
commiteabd9a1314e8721e6046ceb57856de1211a1c9c8 (patch)
treec1683351eba05e44b2ebf1f30f5776b59d6c18d6 /Doc/lib/librexec.tex
parent032bd0a9a89cd17e33f9db724126a3b434315d03 (diff)
downloadcpython-eabd9a1314e8721e6046ceb57856de1211a1c9c8.zip
cpython-eabd9a1314e8721e6046ceb57856de1211a1c9c8.tar.gz
cpython-eabd9a1314e8721e6046ceb57856de1211a1c9c8.tar.bz2
[Bug #729817] Document the rexec and Bastion modules as dead
Diffstat (limited to 'Doc/lib/librexec.tex')
-rw-r--r--Doc/lib/librexec.tex5
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/lib/librexec.tex b/Doc/lib/librexec.tex
index 71ae9a3..a456864 100644
--- a/Doc/lib/librexec.tex
+++ b/Doc/lib/librexec.tex
@@ -3,7 +3,12 @@
\declaremodule{standard}{rexec}
\modulesynopsis{Basic restricted execution framework.}
+\versionchanged[Disabled module]{2.3}
+\begin{notice}[warning]
+ The documentation has been left in place to help in reading old code
+ that uses the module.
+\end{notice}
This module contains the \class{RExec} class, which supports
\method{r_eval()}, \method{r_execfile()}, \method{r_exec()}, and