]> granicus.if.org Git - python/commitdiff
Fix up markup in the deprecation notice.
authorBrett Cannon <bcannon@gmail.com>
Sun, 11 May 2008 01:06:54 +0000 (01:06 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sun, 11 May 2008 01:06:54 +0000 (01:06 +0000)
Doc/library/bastion.rst
Doc/library/compiler.rst
Doc/library/dircache.rst
Doc/library/dl.rst
Doc/library/fpformat.rst
Doc/library/imputil.rst
Doc/library/mutex.rst
Doc/library/new.rst
Doc/library/rexec.rst
Doc/library/undoc.rst
Doc/library/user.rst

index cfc48a5eb5998e7ecbf0be4af920b0cd824d7f46..35ecd75aae8472680791890638d69083f4325be9 100644 (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>
 
index 7aac3b8042ec32adedd123d449ed04c0d825eca1..e13f7fca02b2c2404f4fa4a39e7ce3fcac6233f2 100644 (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>
 
index ee48432d1905aaf90bd558335125ffec7c7b7ab4..d5907a65fccee3af31aeac09209740dc81a94066 100644 (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>
index 557812048c5fd37196cec45b9fe952968fcafe03..ef8eb40e0af50f2318132189c9c2d339abdfc0c6 100644 (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>
 
index e82e16484286132774dd05bae2e8493ff054faf8..29b29f4616f4ce2a3f8b5edfff54e9abe0a3ac1e 100644 (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>
 
index f10e83d3086e462a36e78bbcefdf5ef9c3e3388c..6a50b7a5df683cba7869355691dc63965f457397 100644 (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
index ed0ad92a1feeb35abebf7828221f1cd83e28a8d5..480c888c79d0fb2dcc95d59053beb69bc85ab5a7 100644 (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>
 
index 3202f91c79102a9fd62c6d58c421f8cd6b96be8a..d8e455c945ea5318e481aec26ed530adb6f93d79 100644 (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>
 
index b61319f891b686a5772b2d798f73365ea092a010..3bc3fc94edd08499864b0724d34b654ad195d52b 100644 (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.
index 7da1b3b067a03a52135b0b99c97bfa0030869d67..7a5a7601c39183570a40ceb488053dd76604f8d2 100644 (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).
index ba6b4627e6ddae87662b1fd666e9c17fa41a66b3..920f4296670fc00a0af7b2ddae42b934d299b549 100644 (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