[Python-checkins] r72010 - in python/trunk/Doc/library: aepack.rst aetools.rst aetypes.rst autogil.rst bastion.rst binhex.rst carbon.rst colorpicker.rst commands.rst easydialogs.rst framework.rst gl.rst hotshot.rst ic.rst mac.rst macos.rst macostools.rst plistlib.rst rexec.rst undoc.rst

georg.brandl python-checkins at python.org
Mon Apr 27 17:29:27 CEST 2009


Author: georg.brandl
Date: Mon Apr 27 17:29:26 2009
New Revision: 72010

Log:
Demote warnings to notices, part 2: stuff that is 2.x-only.


Modified:
   python/trunk/Doc/library/aepack.rst
   python/trunk/Doc/library/aetools.rst
   python/trunk/Doc/library/aetypes.rst
   python/trunk/Doc/library/autogil.rst
   python/trunk/Doc/library/bastion.rst
   python/trunk/Doc/library/binhex.rst
   python/trunk/Doc/library/carbon.rst
   python/trunk/Doc/library/colorpicker.rst
   python/trunk/Doc/library/commands.rst
   python/trunk/Doc/library/easydialogs.rst
   python/trunk/Doc/library/framework.rst
   python/trunk/Doc/library/gl.rst
   python/trunk/Doc/library/hotshot.rst
   python/trunk/Doc/library/ic.rst
   python/trunk/Doc/library/mac.rst
   python/trunk/Doc/library/macos.rst
   python/trunk/Doc/library/macostools.rst
   python/trunk/Doc/library/plistlib.rst
   python/trunk/Doc/library/rexec.rst
   python/trunk/Doc/library/undoc.rst

Modified: python/trunk/Doc/library/aepack.rst
==============================================================================
--- python/trunk/Doc/library/aepack.rst	(original)
+++ python/trunk/Doc/library/aepack.rst	Mon Apr 27 17:29:26 2009
@@ -14,9 +14,9 @@
 AppleEvent descriptor is handled by Python objects of built-in type
 :class:`AEDesc`, defined in module :mod:`Carbon.AE`.
 
-.. warning::
+.. note::
 
-   This module is removed in 3.0.
+   This module has been removed in Python 3.x.
 
 
 The :mod:`aepack` module defines the following functions:

Modified: python/trunk/Doc/library/aetools.rst
==============================================================================
--- python/trunk/Doc/library/aetools.rst	(original)
+++ python/trunk/Doc/library/aetools.rst	Mon Apr 27 17:29:26 2009
@@ -22,9 +22,9 @@
 manager, see section :ref:`osx-gui-scripts` for details. This restriction may be
 lifted in future releases.
 
-.. warning::
+.. note::
 
-   This module is removed in 3.0.
+   This module has been removed in Python 3.x.
 
 
 The :mod:`aetools` module defines the following functions:

Modified: python/trunk/Doc/library/aetypes.rst
==============================================================================
--- python/trunk/Doc/library/aetypes.rst	(original)
+++ python/trunk/Doc/library/aetypes.rst	Mon Apr 27 17:29:26 2009
@@ -31,9 +31,9 @@
 contains object specifiers for a number of common OSA classes such as
 ``Document``, ``Window``, ``Character``, etc.
 
-.. warning::
+.. note::
 
-   This module is removed in 3.0.
+   This module has been removed in Python 3.x.
 
 
 

Modified: python/trunk/Doc/library/autogil.rst
==============================================================================
--- python/trunk/Doc/library/autogil.rst	(original)
+++ python/trunk/Doc/library/autogil.rst	Mon Apr 27 17:29:26 2009
@@ -13,9 +13,9 @@
 automatically locks and unlocks Python's :term:`Global Interpreter Lock` when
 running an event loop.
 
-.. warning::
+.. note::
 
-   This module has been removed in 3.0.
+   This module has been removed in Python 3.x.
 
 
 .. exception:: AutoGILError

Modified: python/trunk/Doc/library/bastion.rst
==============================================================================
--- python/trunk/Doc/library/bastion.rst	(original)
+++ python/trunk/Doc/library/bastion.rst	Mon Apr 27 17:29:26 2009
@@ -15,7 +15,7 @@
 .. versionchanged:: 2.3
    Disabled module.
 
-.. warning::
+.. note::
 
    The documentation has been left in place to help in reading old code that uses
    the module.

Modified: python/trunk/Doc/library/binhex.rst
==============================================================================
--- python/trunk/Doc/library/binhex.rst	(original)
+++ python/trunk/Doc/library/binhex.rst	Mon Apr 27 17:29:26 2009
@@ -1,4 +1,3 @@
-
 :mod:`binhex` --- Encode and decode binhex4 files
 =================================================
 
@@ -11,9 +10,9 @@
 file and the finder information are encoded (or decoded), on other platforms
 only the data fork is handled.
 
-.. warning::
+.. note::
 
-   In 3.0, special Macintosh support is removed.
+   In Python 3.x, special Macintosh support has been removed.
 
 
 The :mod:`binhex` module defines the following functions:

Modified: python/trunk/Doc/library/carbon.rst
==============================================================================
--- python/trunk/Doc/library/carbon.rst	(original)
+++ python/trunk/Doc/library/carbon.rst	Mon Apr 27 17:29:26 2009
@@ -22,9 +22,9 @@
 
    from Carbon import AE
 
-.. warning::
+.. note::
 
-   The Carbon modules are removed in 3.0.
+   The Carbon modules have been removed in Python 3.0.
 
 
 :mod:`Carbon.AE` --- Apple Events

Modified: python/trunk/Doc/library/colorpicker.rst
==============================================================================
--- python/trunk/Doc/library/colorpicker.rst	(original)
+++ python/trunk/Doc/library/colorpicker.rst	Mon Apr 27 17:29:26 2009
@@ -13,9 +13,9 @@
 The :mod:`ColorPicker` module provides access to the standard color picker
 dialog.
 
-.. warning::
+.. note::
 
-   This module is removed in 3.0.
+   This module has been removed in Python 3.x.
 
 
 .. function:: GetColor(prompt, rgb)

Modified: python/trunk/Doc/library/commands.rst
==============================================================================
--- python/trunk/Doc/library/commands.rst	(original)
+++ python/trunk/Doc/library/commands.rst	Mon Apr 27 17:29:26 2009
@@ -22,11 +22,12 @@
 processes and retrieving their results.  Using the :mod:`subprocess` module is
 preferable to using the :mod:`commands` module.
 
-.. warning::
+.. note::
 
-   In 3.x, :func:`getstatus` and two undocumented functions (:func:`mk2arg` and
-   :func:`mkarg`) have been removed.  Also, :func:`getstatusoutput` and
-   :func:`getoutput` have been moved to the :mod:`subprocess` module.
+   In Python 3.x, :func:`getstatus` and two undocumented functions
+   (:func:`mk2arg` and :func:`mkarg`) have been removed.  Also,
+   :func:`getstatusoutput` and :func:`getoutput` have been moved to the
+   :mod:`subprocess` module.
 
 The :mod:`commands` module defines the following functions:
 

Modified: python/trunk/Doc/library/easydialogs.rst
==============================================================================
--- python/trunk/Doc/library/easydialogs.rst	(original)
+++ python/trunk/Doc/library/easydialogs.rst	Mon Apr 27 17:29:26 2009
@@ -16,9 +16,9 @@
 type and item number) to those in the default :const:`DLOG` resource. See source
 code for details.
 
-.. warning::
+.. note::
 
-   This module is removed in 3.0.
+   This module has been removed in Python 3.x.
 
 
 The :mod:`EasyDialogs` module defines the following functions:

Modified: python/trunk/Doc/library/framework.rst
==============================================================================
--- python/trunk/Doc/library/framework.rst	(original)
+++ python/trunk/Doc/library/framework.rst	Mon Apr 27 17:29:26 2009
@@ -16,9 +16,9 @@
 dialog window in a non-standard way it is not necessary to override the complete
 event handling.
 
-.. warning::
+.. note::
 
-   This module is removed in 3.0.
+   This module has been removed in Python 3.x.
 
 Work on the :mod:`FrameWork` has pretty much stopped, now that :mod:`PyObjC` is
 available for full Cocoa access from Python, and the documentation describes

Modified: python/trunk/Doc/library/gl.rst
==============================================================================
--- python/trunk/Doc/library/gl.rst	(original)
+++ python/trunk/Doc/library/gl.rst	Mon Apr 27 17:29:26 2009
@@ -1,4 +1,3 @@
-
 :mod:`gl` --- *Graphics Library* interface
 ==========================================
 
@@ -17,9 +16,9 @@
 
 .. warning::
 
-   Some illegal calls to the GL library cause the Python interpreter to dump core.
-   In particular, the use of most GL calls is unsafe before the first window is
-   opened.
+   Some illegal calls to the GL library cause the Python interpreter to dump
+   core.  In particular, the use of most GL calls is unsafe before the first
+   window is opened.
 
 The module is too large to document here in its entirety, but the following
 should help you to get started. The parameter conventions for the C functions

Modified: python/trunk/Doc/library/hotshot.rst
==============================================================================
--- python/trunk/Doc/library/hotshot.rst	(original)
+++ python/trunk/Doc/library/hotshot.rst	Mon Apr 27 17:29:26 2009
@@ -26,7 +26,7 @@
    The results should be more meaningful than in the past: the timing core
    contained a critical bug.
 
-.. warning::
+.. note::
 
    The :mod:`hotshot` profiler does not yet work well with threads. It is useful to
    use an unthreaded script to run the profiler over the code you're interested in

Modified: python/trunk/Doc/library/ic.rst
==============================================================================
--- python/trunk/Doc/library/ic.rst	(original)
+++ python/trunk/Doc/library/ic.rst	Mon Apr 27 17:29:26 2009
@@ -1,4 +1,3 @@
-
 :mod:`ic` --- Access to the Mac OS X Internet Config
 ====================================================
 
@@ -11,9 +10,9 @@
 This module provides access to various internet-related preferences set through
 :program:`System Preferences` or the :program:`Finder`.
 
-.. warning::
+.. note::
 
-   This module is removed in 3.0.
+   This module has been removed in Python 3.x.
 
 
 .. index:: module: icglue

Modified: python/trunk/Doc/library/mac.rst
==============================================================================
--- python/trunk/Doc/library/mac.rst	(original)
+++ python/trunk/Doc/library/mac.rst	Mon Apr 27 17:29:26 2009
@@ -10,9 +10,9 @@
 modules, and the HOWTO :ref:`using-on-mac` for a general introduction to
 Mac-specific Python programming.
 
-.. warning::
+.. note::
 
-   These modules are deprecated and are removed in 3.0.
+   These modules are deprecated and have been removed in Python 3.x.
 
 
 .. toctree::

Modified: python/trunk/Doc/library/macos.rst
==============================================================================
--- python/trunk/Doc/library/macos.rst	(original)
+++ python/trunk/Doc/library/macos.rst	Mon Apr 27 17:29:26 2009
@@ -11,9 +11,9 @@
 interpreter, such as how the interpreter eventloop functions and the like. Use
 with care.
 
-.. warning::
+.. note::
 
-   This module is removed in 3.0.
+   This module has been removed in Python 3.x.
 
 Note the capitalization of the module name; this is a historical artifact.
 

Modified: python/trunk/Doc/library/macostools.rst
==============================================================================
--- python/trunk/Doc/library/macostools.rst	(original)
+++ python/trunk/Doc/library/macostools.rst	Mon Apr 27 17:29:26 2009
@@ -13,9 +13,9 @@
 :class:`FSSpec` objects.  This module expects a filesystem which supports forked
 files, so it should not be used on UFS partitions.
 
-.. warning::
+.. note::
 
-   This module is removed in 3.0.
+   This module has been removed in Python 3.0.
 
 The :mod:`macostools` module defines the following functions:
 

Modified: python/trunk/Doc/library/plistlib.rst
==============================================================================
--- python/trunk/Doc/library/plistlib.rst	(original)
+++ python/trunk/Doc/library/plistlib.rst	Mon Apr 27 17:29:26 2009
@@ -75,10 +75,9 @@
     Read a plist from the resource with type *restype* from the resource fork of
     *path*.  Availability: Mac OS X.
 
-    .. warning::
-
-       In 3.0, this function is removed.
+    .. note::
 
+       In Python 3.x, this function has been removed.
 
 
 .. function:: writePlistToResource(rootObject, path[, restype='plst'[, resid=0]])
@@ -86,9 +85,9 @@
     Write *rootObject* as a resource with type *restype* to the resource fork of
     *path*.  Availability: Mac OS X.
 
-    .. warning::
+    .. note::
 
-       In 3.0, this function is removed.
+       In Python 3.x, this function has been removed.
 
 
 

Modified: python/trunk/Doc/library/rexec.rst
==============================================================================
--- python/trunk/Doc/library/rexec.rst	(original)
+++ python/trunk/Doc/library/rexec.rst	Mon Apr 27 17:29:26 2009
@@ -1,4 +1,3 @@
-
 :mod:`rexec` --- Restricted execution framework
 ===============================================
 

Modified: python/trunk/Doc/library/undoc.rst
==============================================================================
--- python/trunk/Doc/library/undoc.rst	(original)
+++ python/trunk/Doc/library/undoc.rst	Mon Apr 27 17:29:26 2009
@@ -20,9 +20,8 @@
 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 :mod:`ihooks` module has been removed in Python 3.0.
+   --- Import hook support (for :mod:`rexec`; may become obsolete).  Removed in
+   Python 3.x.
 
 
 Platform specific modules
@@ -47,27 +46,19 @@
 ==========
 
 :mod:`audiodev`
-   --- Platform-independent API for playing audio data.
-
-   .. warning:: The :mod:`audiodev` module has been removed in 3.0.
+   --- Platform-independent API for playing audio data.  Removed in Python 3.x.
 
 :mod:`linuxaudiodev`
    --- Play audio data on the Linux audio device.  Replaced in Python 2.3 by the
-   :mod:`ossaudiodev` module.
-
-   .. warning:: The :mod:`linuxaudiodev` module has been removed in Python 3.0.
+   :mod:`ossaudiodev` module.  Removed in Python 3.x.
 
 :mod:`sunaudio`
    --- Interpret Sun audio headers (may become obsolete or a tool/demo).
-
-   .. warning:: The :mod:`sunaudio` module has been removed in Python 3.0.
+   Removed in Python 3.x.
 
 :mod:`toaiff`
    --- Convert "arbitrary" sound files to AIFF files; should probably become a tool
-   or demo.  Requires the external program :program:`sox`.
-
-
-   .. warning:: The :mod:`toaiff` module has been removed in 3.0.
+   or demo.  Requires the external program :program:`sox`.  Removed in Python 3.x.
 
 
 .. _undoc-mac-modules:
@@ -239,9 +230,8 @@
    \envvar{PYTHONPATH}.
 
 :mod:`timing`
-   --- Measure time intervals to high resolution (use :func:`time.clock` instead).
-
-   .. warning:: The :mod:`timing` module has been removed in Python 3.0.
+   --- Measure time intervals to high resolution (use :func:`time.clock`
+   instead).  Removed in Python 3.x.
 
 
 SGI-specific Extension modules
@@ -255,6 +245,4 @@
 
 :mod:`sv`
    --- Interface to the "simple video" board on SGI Indigo (obsolete hardware).
-
-   .. warning:: The :mod:`sv` module has been removed in Python 3.0.
-
+   Removed in Python 3.x.


More information about the Python-checkins mailing list