Fix up markup in the deprecation notice.
This commit is contained in:
parent
df0a717037
commit
a975cd446e
|
@ -7,7 +7,7 @@
|
||||||
:deprecated:
|
:deprecated:
|
||||||
|
|
||||||
.. deprecated:: 2.6
|
.. 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>
|
.. moduleauthor:: Barry Warsaw <bwarsaw@python.org>
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ Python compiler package
|
||||||
***********************
|
***********************
|
||||||
|
|
||||||
.. deprecated:: 2.6
|
.. 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>
|
.. sectionauthor:: Jeremy Hylton <jeremy@zope.com>
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
:deprecated:
|
:deprecated:
|
||||||
|
|
||||||
.. deprecated:: 2.6
|
.. 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>
|
.. sectionauthor:: Moshe Zadka <moshez@zadka.site.co.il>
|
||||||
|
|
|
@ -8,7 +8,8 @@
|
||||||
:deprecated:
|
:deprecated:
|
||||||
|
|
||||||
.. deprecated:: 2.6
|
.. 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>
|
.. sectionauthor:: Moshe Zadka <moshez@zadka.site.co.il>
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
:deprecated:
|
:deprecated:
|
||||||
|
|
||||||
.. deprecated:: 2.6
|
.. 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>
|
.. sectionauthor:: Moshe Zadka <moshez@zadka.site.co.il>
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
:deprecated:
|
:deprecated:
|
||||||
|
|
||||||
.. deprecated:: 2.6
|
.. 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
|
.. index:: statement: import
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
:deprecated:
|
:deprecated:
|
||||||
|
|
||||||
.. 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>
|
.. sectionauthor:: Moshe Zadka <moshez@zadka.site.co.il>
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
:deprecated:
|
:deprecated:
|
||||||
|
|
||||||
.. deprecated:: 2.6
|
.. 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>
|
.. sectionauthor:: Moshe Zadka <moshez@zadka.site.co.il>
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
:deprecated:
|
:deprecated:
|
||||||
|
|
||||||
.. deprecated:: 2.6
|
.. 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
|
.. versionchanged:: 2.3
|
||||||
Disabled module.
|
Disabled module.
|
||||||
|
|
|
@ -22,7 +22,7 @@ Some of these are very old and/or not very robust; marked with "hmm."
|
||||||
:mod:`ihooks`
|
:mod:`ihooks`
|
||||||
--- Import hook support (for :mod:`rexec`; may become obsolete).
|
--- 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
|
Platform specific modules
|
||||||
|
@ -55,7 +55,7 @@ Multimedia
|
||||||
--- Play audio data on the Linux audio device. Replaced in Python 2.3 by the
|
--- Play audio data on the Linux audio device. Replaced in Python 2.3 by the
|
||||||
:mod:`ossaudiodev` module.
|
: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`
|
:mod:`sunaudio`
|
||||||
--- Interpret Sun audio headers (may become obsolete or a tool/demo).
|
--- Interpret Sun audio headers (may become obsolete or a tool/demo).
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
:deprecated:
|
:deprecated:
|
||||||
|
|
||||||
.. deprecated:: 2.6
|
.. 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::
|
.. index::
|
||||||
pair: .pythonrc.py; file
|
pair: .pythonrc.py; file
|
||||||
|
|
Loading…
Reference in New Issue