cpython: 5e05d7d3db9c (original) (raw)
Mercurial > cpython
changeset 89434:5e05d7d3db9c
#16135: remove mentions of OS/2 from the documentation [#16135]
Andrew Kuchling amk@amk.ca | |
---|---|
date | Sat, 01 Mar 2014 07:53:28 -0500 |
parents | 345391bb8ee1 |
children | a4726b5d0365 |
files | Doc/distutils/apiref.rst Doc/library/curses.rst Doc/library/os.rst Doc/library/socket.rst Doc/library/undoc.rst |
diffstat | 5 files changed, 4 insertions(+), 17 deletions(-)[+] [-] Doc/distutils/apiref.rst 11 Doc/library/curses.rst 2 Doc/library/os.rst 3 Doc/library/socket.rst 3 Doc/library/undoc.rst 2 |
line wrap: on
line diff
--- a/Doc/distutils/apiref.rst
+++ b/Doc/distutils/apiref.rst
@@ -853,17 +853,6 @@ Windows. It also contains the Mingw32CC
port of GCC (same as cygwin in no-cygwin mode).
-:mod:distutils.emxccompiler
--- OS/2 EMX Compiler
-===================================================
-
-.. module:: distutils.emxccompiler
-
-This module provides the EMXCCompiler class, a subclass of
-:class:UnixCCompiler
that handles the EMX port of the GNU C compiler to OS/2.
-
-
:mod:distutils.archive_util
--- Archiving utilities
======================================================
--- a/Doc/library/curses.rst
+++ b/Doc/library/curses.rst
@@ -12,7 +12,7 @@ The :mod:curses
module provides an int
de-facto standard for portable advanced terminal handling.
While curses is most widely used in the Unix environment, versions are available
-for DOS, OS/2, and possibly other systems as well. This extension module is
+for Windows, DOS, and possibly other systems as well. This extension module is
designed to match the API of ncurses, an open-source curses library hosted on
Linux and the BSD variants of Unix.
--- a/Doc/library/os.rst
+++ b/Doc/library/os.rst
@@ -2653,7 +2653,7 @@ written in Python, such as a mail server
Fork a child process. Return 0
in the child and the child's process id in the
parent. If an error occurs :exc:OSError
is raised.
- Note that some platforms including FreeBSD <= 6.3 and Cygwin have
known issues when using fork() from a thread.
.. warning::
@@ -2899,7 +2899,6 @@ written in Python, such as a mail server
:manpage:
times(2)
or the corresponding Windows Platform API documentation. On Windows, only :attr:user
and :attr:system
are known; the other attributes are zero.
--- a/Doc/library/socket.rst +++ b/Doc/library/socket.rst @@ -6,8 +6,7 @@ This module provides access to the BSD socket interface. It is available on -all modern Unix systems, Windows, MacOS, OS/2, and probably additional -platforms. +all modern Unix systems, Windows, MacOS, and probably additional platforms. .. note::
--- a/Doc/library/undoc.rst
+++ b/Doc/library/undoc.rst
@@ -20,7 +20,7 @@ These modules are used to implement the
documented beyond this mention. There's little need to document these.
:mod:ntpath