Fix up markup in the deprecation notice.

This commit is contained in:
Brett Cannon 2008-05-11 01:06:54 +00:00
parent df0a717037
commit a975cd446e
11 changed files with 13 additions and 12 deletions

View File

@ -7,7 +7,7 @@
: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>

View File

@ -6,7 +6,7 @@ Python compiler package
***********************
.. 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>

View File

@ -7,7 +7,7 @@
: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>

View File

@ -8,7 +8,8 @@
: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>

View File

@ -7,7 +7,7 @@
: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>

View File

@ -7,7 +7,7 @@
: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

View File

@ -7,7 +7,7 @@
: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>

View File

@ -7,7 +7,7 @@
: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>

View File

@ -7,7 +7,7 @@
: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.

View File

@ -22,7 +22,7 @@ Some of these are very old and/or not very robust; marked with "hmm."
: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
@ -55,7 +55,7 @@ Multimedia
--- 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).

View File

@ -7,7 +7,7 @@
: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