diff options
author | Brett Cannon <bcannon@gmail.com> | 2008-05-10 02:27:04 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2008-05-10 02:27:04 (GMT) |
commit | 4c1f881f1366ca2fcb55071f3a1b779867fe07d4 (patch) | |
tree | e08c0c30b67b6c169f3261abc07d3d24ea2dfcc2 /Doc | |
parent | ccdf9081b73e57b0a1c351635ac3935955a144fc (diff) | |
download | cpython-4c1f881f1366ca2fcb55071f3a1b779867fe07d4.zip cpython-4c1f881f1366ca2fcb55071f3a1b779867fe07d4.tar.gz cpython-4c1f881f1366ca2fcb55071f3a1b779867fe07d4.tar.bz2 |
Deprecate Bastion and rexec for 3.0.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/bastion.rst | 5 | ||||
-rw-r--r-- | Doc/library/rexec.rst | 5 |
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. |