cpython: b08416a31d15 (original) (raw)
Mercurial > cpython
changeset 79473:b08416a31d15
#16135: Removal of OS/2 support (Docs) [#16135]
Jesus Cea jcea@jcea.es | |
---|---|
date | Fri, 05 Oct 2012 01:11:10 +0200 |
parents | ffc6e6b00949 |
children | 29155fa21a41 |
files | Doc/library/os.path.rst Doc/library/os.rst Doc/library/sys.rst Doc/library/sysconfig.rst |
diffstat | 4 files changed, 1 insertions(+), 7 deletions(-)[+] [-] Doc/library/os.path.rst 1 Doc/library/os.rst 2 Doc/library/sys.rst 3 Doc/library/sysconfig.rst 2 |
line wrap: on
line diff
--- a/Doc/library/os.path.rst
+++ b/Doc/library/os.path.rst
@@ -37,7 +37,6 @@ applications should use string objects t
* :mod:posixpath
for UNIX-style paths
* :mod:ntpath
for Windows paths
* :mod:macpath
for old-style MacOS paths
--- a/Doc/library/os.rst
+++ b/Doc/library/os.rst
@@ -54,7 +54,7 @@ Notes on the availability of these funct
The name of the operating system dependent module imported. The following
names have currently been registered: 'posix'
, 'nt'
, 'mac'
,
--- a/Doc/library/sys.rst
+++ b/Doc/library/sys.rst
@@ -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 | +------------------+---------------------------------------------------------+
--- a/Doc/library/sysconfig.rst +++ b/Doc/library/sysconfig.rst @@ -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: