summaryrefslogtreecommitdiffstats
path: root/Doc/library/sys.rst
diff options
context:
space:
mode:
authorJesus Cea <jcea@jcea.es>2012-10-04 23:11:10 (GMT)
committerJesus Cea <jcea@jcea.es>2012-10-04 23:11:10 (GMT)
commitf6c2e894aec9c373b658b0aaa13d7e54da10f3ad (patch)
tree1787fb338d0b786f35f6fdcb30998aa87cfd97cc /Doc/library/sys.rst
parentb48925a4060243688c108d0df1e102eb7a1580d0 (diff)
downloadcpython-f6c2e894aec9c373b658b0aaa13d7e54da10f3ad.zip
cpython-f6c2e894aec9c373b658b0aaa13d7e54da10f3ad.tar.gz
cpython-f6c2e894aec9c373b658b0aaa13d7e54da10f3ad.tar.bz2
#16135: Removal of OS/2 support (Docs)
Diffstat (limited to 'Doc/library/sys.rst')
-rw-r--r--Doc/library/sys.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst
index cd6d4bf..0da2be8 100644
--- 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 |
+------------------+---------------------------------------------------------+