Kaydet (Commit) f6c2e894 authored tarafından Jesus Cea's avatar Jesus Cea

#16135: Removal of OS/2 support (Docs)

üst b48925a4
...@@ -37,7 +37,6 @@ applications should use string objects to access all files. ...@@ -37,7 +37,6 @@ applications should use string objects to access all files.
* :mod:`posixpath` for UNIX-style paths * :mod:`posixpath` for UNIX-style paths
* :mod:`ntpath` for Windows paths * :mod:`ntpath` for Windows paths
* :mod:`macpath` for old-style MacOS paths * :mod:`macpath` for old-style MacOS paths
* :mod:`os2emxpath` for OS/2 EMX paths
.. function:: abspath(path) .. function:: abspath(path)
......
...@@ -54,7 +54,7 @@ Notes on the availability of these functions: ...@@ -54,7 +54,7 @@ Notes on the availability of these functions:
The name of the operating system dependent module imported. The following The name of the operating system dependent module imported. The following
names have currently been registered: ``'posix'``, ``'nt'``, ``'mac'``, names have currently been registered: ``'posix'``, ``'nt'``, ``'mac'``,
``'os2'``, ``'ce'``, ``'java'``. ``'ce'``, ``'java'``.
.. seealso:: .. seealso::
:attr:`sys.platform` has a finer granularity. :func:`os.uname` gives :attr:`sys.platform` has a finer granularity. :func:`os.uname` gives
......
...@@ -837,8 +837,6 @@ always available. ...@@ -837,8 +837,6 @@ always available.
Windows ``'win32'`` Windows ``'win32'``
Windows/Cygwin ``'cygwin'`` Windows/Cygwin ``'cygwin'``
Mac OS X ``'darwin'`` Mac OS X ``'darwin'``
OS/2 ``'os2'``
OS/2 EMX ``'os2emx'``
================ =========================== ================ ===========================
.. versionchanged:: 3.3 .. versionchanged:: 3.3
...@@ -1117,7 +1115,6 @@ always available. ...@@ -1117,7 +1115,6 @@ always available.
| :const:`name` | Name of the thread implementation: | | :const:`name` | Name of the thread implementation: |
| | | | | |
| | * ``'nt'``: Windows threads | | | * ``'nt'``: Windows threads |
| | * ``'os2'``: OS/2 threads |
| | * ``'pthread'``: POSIX threads | | | * ``'pthread'``: POSIX threads |
| | * ``'solaris'``: Solaris threads | | | * ``'solaris'``: Solaris threads |
+------------------+---------------------------------------------------------+ +------------------+---------------------------------------------------------+
......
...@@ -83,8 +83,6 @@ Python currently supports seven schemes: ...@@ -83,8 +83,6 @@ Python currently supports seven schemes:
located under the user home directory. located under the user home directory.
- *nt*: scheme for NT platforms like Windows. - *nt*: scheme for NT platforms like Windows.
- *nt_user*: scheme for NT platforms, when the *user* option is used. - *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 Each scheme is itself composed of a series of paths and each path has a unique
identifier. Python currently uses eight paths: identifier. Python currently uses eight paths:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment