:deprecated:
.. deprecated:: 2.6
- The Bastion module has been removed in Python 3.0.
+ The :mod:`Bastion` module has been removed in Python 3.0.
.. moduleauthor:: Barry Warsaw <bwarsaw@python.org>
***********************
.. deprecated:: 2.6
- The compiler package has been removed in Python 3.0.
+ The :mod:`compiler` package has been removed in Python 3.0.
.. sectionauthor:: Jeremy Hylton <jeremy@zope.com>
:deprecated:
.. deprecated:: 2.6
- The dircache module has been removed in Python 3.0.
+ The :mod:`dircache` module has been removed in Python 3.0.
.. sectionauthor:: Moshe Zadka <moshez@zadka.site.co.il>
:deprecated:
.. deprecated:: 2.6
- The dl module has been removed in Python 3.0.
+ The :mod:`dl` module has been removed in Python 3.0. Use the :mod:`ctypes`
+ module instead.
.. sectionauthor:: Moshe Zadka <moshez@zadka.site.co.il>
:deprecated:
.. deprecated:: 2.6
- The fpformat module has been removed in Python 3.0.
+ The :mod:`fpformat` module has been removed in Python 3.0.
.. sectionauthor:: Moshe Zadka <moshez@zadka.site.co.il>
:deprecated:
.. deprecated:: 2.6
- The module has been removed in Python 3.0.
+ The :mod:`imputil` module has been removed in Python 3.0.
.. index:: statement: import
:deprecated:
.. deprecated::
- The mutex module has been removed in Python 3.0.
+ The :mod:`mutex` module has been removed in Python 3.0.
.. sectionauthor:: Moshe Zadka <moshez@zadka.site.co.il>
:deprecated:
.. deprecated:: 2.6
- The new module has been removed in Python 3.0.
+ The :mod:`new` module has been removed in Python 3.0.
.. sectionauthor:: Moshe Zadka <moshez@zadka.site.co.il>
:deprecated:
.. deprecated:: 2.6
- The rexec module has been removed in Python 3.0.
+ The :mod:`rexec` module has been removed in Python 3.0.
.. versionchanged:: 2.3
Disabled module.
:mod:`ihooks`
--- Import hook support (for :mod:`rexec`; may become obsolete).
- .. warning:: The ihooks module has been removed in Python 3.0.
+ .. warning:: The :mod:`ihooks` module has been removed in Python 3.0.
Platform specific modules
--- Play audio data on the Linux audio device. Replaced in Python 2.3 by the
:mod:`ossaudiodev` module.
- .. warning:: The linuxaudiodev module has been removed in Python 3.0.
+ .. warning:: The :mod:`linuxaudiodev` module has been removed in Python 3.0.
:mod:`sunaudio`
--- Interpret Sun audio headers (may become obsolete or a tool/demo).
:deprecated:
.. deprecated:: 2.6
- The user module has been removed in Python 3.0.
+ The :mod:`user` module has been removed in Python 3.0.
.. index::
pair: .pythonrc.py; file