]> granicus.if.org Git - python/commitdiff
#16135: Removal of OS/2 support (Docs)
authorJesus Cea <jcea@jcea.es>
Thu, 4 Oct 2012 23:11:10 +0000 (01:11 +0200)
committerJesus Cea <jcea@jcea.es>
Thu, 4 Oct 2012 23:11:10 +0000 (01:11 +0200)
Doc/library/os.path.rst
Doc/library/os.rst
Doc/library/sys.rst
Doc/library/sysconfig.rst

index 20a84b618a37df2f61063e78551397095da0d065..1053fa35db5adfa90e6cc464a42dda7d9890e0f7 100644 (file)
@@ -37,7 +37,6 @@ applications should use string objects to access all files.
    * :mod:`posixpath` for UNIX-style paths
    * :mod:`ntpath` for Windows paths
    * :mod:`macpath` for old-style MacOS paths
-   * :mod:`os2emxpath` for OS/2 EMX paths
 
 
 .. function:: abspath(path)
index 5f149cb9810fdd9fbc2828beed8e82a41249df4b..802868df3e9e39a4b19a01a9cf40a4e29f364912 100644 (file)
@@ -54,7 +54,7 @@ Notes on the availability of these functions:
 
    The name of the operating system dependent module imported.  The following
    names have currently been registered: ``'posix'``, ``'nt'``, ``'mac'``,
-   ``'os2'``, ``'ce'``, ``'java'``.
+   ``'ce'``, ``'java'``.
 
    .. seealso::
       :attr:`sys.platform` has a finer granularity.  :func:`os.uname` gives
index cd6d4bfb91a8da22c9cacf8b04b31c811262a619..0da2be800923002bf40da2adbe2111361f21b841 100644 (file)
@@ -837,8 +837,6 @@ always available.
    Windows          ``'win32'``
    Windows/Cygwin   ``'cygwin'``
    Mac OS X         ``'darwin'``
-   OS/2             ``'os2'``
-   OS/2 EMX         ``'os2emx'``
    ================ ===========================
 
    .. versionchanged:: 3.3
@@ -1117,7 +1115,6 @@ always available.
    | :const:`name`    | Name of the thread implementation:                      |
    |                  |                                                         |
    |                  |  * ``'nt'``: Windows threads                            |
-   |                  |  * ``'os2'``: OS/2 threads                              |
    |                  |  * ``'pthread'``: POSIX threads                         |
    |                  |  * ``'solaris'``: Solaris threads                       |
    +------------------+---------------------------------------------------------+
index c47dcce83cfbf19d398c8b3badba878a9a143747..535ac54b3c02cfd24e51febaf353316aee2b6b05 100644 (file)
@@ -83,8 +83,6 @@ Python currently supports seven schemes:
   located under the user home directory.
 - *nt*: scheme for NT platforms like Windows.
 - *nt_user*: scheme for NT platforms, when the *user* option is used.
-- *os2*: scheme for OS/2 platforms.
-- *os2_home*: scheme for OS/2 patforms, when the *user* option is used.
 
 Each scheme is itself composed of a series of paths and each path has a unique
 identifier.  Python currently uses eight paths: