[Python-checkins] r63025 - in python/trunk/Doc/library: bastion.rst compiler.rst dircache.rst dl.rst fpformat.rst imputil.rst mutex.rst new.rst rexec.rst undoc.rst user.rst

brett.cannon python-checkins at python.org
Sun May 11 03:06:55 CEST 2008


Author: brett.cannon
Date: Sun May 11 03:06:54 2008
New Revision: 63025

Log:
Fix up markup in the deprecation notice.


Modified:
   python/trunk/Doc/library/bastion.rst
   python/trunk/Doc/library/compiler.rst
   python/trunk/Doc/library/dircache.rst
   python/trunk/Doc/library/dl.rst
   python/trunk/Doc/library/fpformat.rst
   python/trunk/Doc/library/imputil.rst
   python/trunk/Doc/library/mutex.rst
   python/trunk/Doc/library/new.rst
   python/trunk/Doc/library/rexec.rst
   python/trunk/Doc/library/undoc.rst
   python/trunk/Doc/library/user.rst

Modified: python/trunk/Doc/library/bastion.rst
==============================================================================
--- python/trunk/Doc/library/bastion.rst	(original)
+++ python/trunk/Doc/library/bastion.rst	Sun May 11 03:06:54 2008
@@ -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 at python.org>
 

Modified: python/trunk/Doc/library/compiler.rst
==============================================================================
--- python/trunk/Doc/library/compiler.rst	(original)
+++ python/trunk/Doc/library/compiler.rst	Sun May 11 03:06:54 2008
@@ -6,7 +6,7 @@
 ***********************
 
 .. 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 at zope.com>
 

Modified: python/trunk/Doc/library/dircache.rst
==============================================================================
--- python/trunk/Doc/library/dircache.rst	(original)
+++ python/trunk/Doc/library/dircache.rst	Sun May 11 03:06:54 2008
@@ -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 at zadka.site.co.il>

Modified: python/trunk/Doc/library/dl.rst
==============================================================================
--- python/trunk/Doc/library/dl.rst	(original)
+++ python/trunk/Doc/library/dl.rst	Sun May 11 03:06:54 2008
@@ -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 at zadka.site.co.il>
 

Modified: python/trunk/Doc/library/fpformat.rst
==============================================================================
--- python/trunk/Doc/library/fpformat.rst	(original)
+++ python/trunk/Doc/library/fpformat.rst	Sun May 11 03:06:54 2008
@@ -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 at zadka.site.co.il>
 

Modified: python/trunk/Doc/library/imputil.rst
==============================================================================
--- python/trunk/Doc/library/imputil.rst	(original)
+++ python/trunk/Doc/library/imputil.rst	Sun May 11 03:06:54 2008
@@ -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

Modified: python/trunk/Doc/library/mutex.rst
==============================================================================
--- python/trunk/Doc/library/mutex.rst	(original)
+++ python/trunk/Doc/library/mutex.rst	Sun May 11 03:06:54 2008
@@ -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 at zadka.site.co.il>
 

Modified: python/trunk/Doc/library/new.rst
==============================================================================
--- python/trunk/Doc/library/new.rst	(original)
+++ python/trunk/Doc/library/new.rst	Sun May 11 03:06:54 2008
@@ -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 at zadka.site.co.il>
 

Modified: python/trunk/Doc/library/rexec.rst
==============================================================================
--- python/trunk/Doc/library/rexec.rst	(original)
+++ python/trunk/Doc/library/rexec.rst	Sun May 11 03:06:54 2008
@@ -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.

Modified: python/trunk/Doc/library/undoc.rst
==============================================================================
--- python/trunk/Doc/library/undoc.rst	(original)
+++ python/trunk/Doc/library/undoc.rst	Sun May 11 03:06:54 2008
@@ -22,7 +22,7 @@
 :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 @@
    --- 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).

Modified: python/trunk/Doc/library/user.rst
==============================================================================
--- python/trunk/Doc/library/user.rst	(original)
+++ python/trunk/Doc/library/user.rst	Sun May 11 03:06:54 2008
@@ -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


More information about the Python-checkins mailing list