Deprecate Bastion and rexec for 3.0.

This commit is contained in:
Brett Cannon 2008-05-10 02:27:04 +00:00
parent ccdf9081b7
commit 4c1f881f13
5 changed files with 17 additions and 2 deletions

View file

@ -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>

View file

@ -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.