(original) (raw)
changeset: 89434:5e05d7d3db9c user: Andrew Kuchling amk@amk.ca date: Sat Mar 01 07:53:28 2014 -0500 files: Doc/distutils/apiref.rst Doc/library/curses.rst Doc/library/os.rst Doc/library/socket.rst Doc/library/undoc.rst description: #16135: remove mentions of OS/2 from the documentation diff -r 345391bb8ee1 -r 5e05d7d3db9c Doc/distutils/apiref.rst --- a/Doc/distutils/apiref.rst Sat Mar 01 02:04:10 2014 -0500 +++ b/Doc/distutils/apiref.rst Sat Mar 01 07:53:28 2014 -0500 @@ -853,17 +853,6 @@ port of GCC (same as cygwin in no-cygwin mode). -:mod:`distutils.emxccompiler` --- OS/2 EMX Compiler -=================================================== - -.. module:: distutils.emxccompiler - :synopsis: OS/2 EMX Compiler support - - -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 ====================================================== diff -r 345391bb8ee1 -r 5e05d7d3db9c Doc/library/curses.rst --- a/Doc/library/curses.rst Sat Mar 01 02:04:10 2014 -0500 +++ b/Doc/library/curses.rst Sat Mar 01 07:53:28 2014 -0500 @@ -12,7 +12,7 @@ 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. diff -r 345391bb8ee1 -r 5e05d7d3db9c Doc/library/os.rst --- a/Doc/library/os.rst Sat Mar 01 02:04:10 2014 -0500 +++ b/Doc/library/os.rst Sat Mar 01 07:53:28 2014 -0500 @@ -2653,7 +2653,7 @@ 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, Cygwin and OS/2 EMX have + Note that some platforms including FreeBSD <= 6.3 and Cygwin have known issues when using fork() from a thread. .. warning:: @@ -2899,7 +2899,6 @@ :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. - On OS/2, only :attr:`elapsed` is known; the other attributes are zero. Availability: Unix, Windows. diff -r 345391bb8ee1 -r 5e05d7d3db9c Doc/library/socket.rst --- a/Doc/library/socket.rst Sat Mar 01 02:04:10 2014 -0500 +++ b/Doc/library/socket.rst Sat Mar 01 07:53:28 2014 -0500 @@ -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:: diff -r 345391bb8ee1 -r 5e05d7d3db9c Doc/library/undoc.rst --- a/Doc/library/undoc.rst Sat Mar 01 02:04:10 2014 -0500 +++ b/Doc/library/undoc.rst Sat Mar 01 07:53:28 2014 -0500 @@ -20,7 +20,7 @@ documented beyond this mention. There's little need to document these. :mod:`ntpath` - --- Implementation of :mod:`os.path` on Win32, Win64, WinCE, and OS/2 platforms. + --- Implementation of :mod:`os.path` on Win32, Win64, and WinCE platforms. :mod:`posixpath` --- Implementation of :mod:`os.path` on POSIX. /amk@amk.ca