diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2003-05-13 14:16:18 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2003-05-13 14:16:18 (GMT) |
commit | eabd9a1314e8721e6046ceb57856de1211a1c9c8 (patch) | |
tree | c1683351eba05e44b2ebf1f30f5776b59d6c18d6 /Doc/lib/libbastion.tex | |
parent | 032bd0a9a89cd17e33f9db724126a3b434315d03 (diff) | |
download | cpython-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/libbastion.tex')
-rw-r--r-- | Doc/lib/libbastion.tex | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/lib/libbastion.tex b/Doc/lib/libbastion.tex index 7a4f932..9f45c47 100644 --- a/Doc/lib/libbastion.tex +++ b/Doc/lib/libbastion.tex @@ -4,7 +4,12 @@ \declaremodule{standard}{Bastion} \modulesynopsis{Providing restricted access to objects.} \moduleauthor{Barry Warsaw}{bwarsaw@python.org} +\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} % I'm concerned that the word 'bastion' won't be understood by people % for whom English is a second language, making the module name |