Kaydet (Commit) a975cd44 authored tarafından Brett Cannon's avatar Brett Cannon

Fix up markup in the deprecation notice.

üst df0a7170
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
......@@ -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>
......
......@@ -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
......
......@@ -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>
......
......@@ -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>
......
......@@ -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.
......
......@@ -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).
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment