From a975cd446e992793e4e4a8991e149797c224e68c Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Sun, 11 May 2008 01:06:54 +0000 Subject: [PATCH] Fix up markup in the deprecation notice. --- Doc/library/bastion.rst | 2 +- Doc/library/compiler.rst | 2 +- Doc/library/dircache.rst | 2 +- Doc/library/dl.rst | 3 ++- Doc/library/fpformat.rst | 2 +- Doc/library/imputil.rst | 2 +- Doc/library/mutex.rst | 2 +- Doc/library/new.rst | 2 +- Doc/library/rexec.rst | 2 +- Doc/library/undoc.rst | 4 ++-- Doc/library/user.rst | 2 +- 11 files changed, 13 insertions(+), 12 deletions(-) diff --git a/Doc/library/bastion.rst b/Doc/library/bastion.rst index cfc48a5eb59..35ecd75aae8 100644 --- a/Doc/library/bastion.rst +++ b/Doc/library/bastion.rst @@ -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 diff --git a/Doc/library/compiler.rst b/Doc/library/compiler.rst index 7aac3b8042e..e13f7fca02b 100644 --- a/Doc/library/compiler.rst +++ b/Doc/library/compiler.rst @@ -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 diff --git a/Doc/library/dircache.rst b/Doc/library/dircache.rst index ee48432d190..d5907a65fcc 100644 --- a/Doc/library/dircache.rst +++ b/Doc/library/dircache.rst @@ -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 diff --git a/Doc/library/dl.rst b/Doc/library/dl.rst index 557812048c5..ef8eb40e0af 100644 --- a/Doc/library/dl.rst +++ b/Doc/library/dl.rst @@ -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 diff --git a/Doc/library/fpformat.rst b/Doc/library/fpformat.rst index e82e1648428..29b29f4616f 100644 --- a/Doc/library/fpformat.rst +++ b/Doc/library/fpformat.rst @@ -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 diff --git a/Doc/library/imputil.rst b/Doc/library/imputil.rst index f10e83d3086..6a50b7a5df6 100644 --- a/Doc/library/imputil.rst +++ b/Doc/library/imputil.rst @@ -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 diff --git a/Doc/library/mutex.rst b/Doc/library/mutex.rst index ed0ad92a1fe..480c888c79d 100644 --- a/Doc/library/mutex.rst +++ b/Doc/library/mutex.rst @@ -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 diff --git a/Doc/library/new.rst b/Doc/library/new.rst index 3202f91c791..d8e455c945e 100644 --- a/Doc/library/new.rst +++ b/Doc/library/new.rst @@ -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 diff --git a/Doc/library/rexec.rst b/Doc/library/rexec.rst index b61319f891b..3bc3fc94edd 100644 --- a/Doc/library/rexec.rst +++ b/Doc/library/rexec.rst @@ -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. diff --git a/Doc/library/undoc.rst b/Doc/library/undoc.rst index 7da1b3b067a..7a5a7601c39 100644 --- a/Doc/library/undoc.rst +++ b/Doc/library/undoc.rst @@ -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). diff --git a/Doc/library/user.rst b/Doc/library/user.rst index ba6b4627e6d..920f4296670 100644 --- a/Doc/library/user.rst +++ b/Doc/library/user.rst @@ -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