summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/bastion.rst5
-rw-r--r--Doc/library/rexec.rst5
2 files changed, 9 insertions, 1 deletions
diff --git a/Doc/library/bastion.rst b/Doc/library/bastion.rst
index ac529af..cfc48a5 100644
--- a/Doc/library/bastion.rst
+++ b/Doc/library/bastion.rst
@@ -4,6 +4,11 @@
.. module:: Bastion
:synopsis: Providing restricted access to objects.
+ :deprecated:
+
+.. deprecated:: 2.6
+ The Bastion module has been removed in Python 3.0.
+
.. moduleauthor:: Barry Warsaw <bwarsaw@python.org>
diff --git a/Doc/library/rexec.rst b/Doc/library/rexec.rst
index c85c7ca..b61319f 100644
--- a/Doc/library/rexec.rst
+++ b/Doc/library/rexec.rst
@@ -4,7 +4,10 @@
.. module:: rexec
:synopsis: Basic restricted execution framework.
-
+ :deprecated:
+
+.. deprecated:: 2.6
+ The rexec module has been removed in Python 3.0.
.. versionchanged:: 2.3
Disabled module.