Staging
v0.5.1
https://github.com/python/cpython
Revision deb92b5b1b015191bb9f072b67536e471bd37a7a authored by Georg Brandl on 22 September 2012, 06:58:55 UTC, committed by Georg Brandl on 22 September 2012, 06:58:55 UTC
1 parent ebf7f95
Raw File
Tip revision: deb92b5b1b015191bb9f072b67536e471bd37a7a authored by Georg Brandl on 22 September 2012, 06:58:55 UTC
Closes #15969: rename new API to have consistent names in the faulthandler module.
Tip revision: deb92b5
unix.rst
.. _unix:

**********************
Unix Specific Services
**********************

The modules described in this chapter provide interfaces to features that are
unique to the Unix operating system, or in some cases to some or many variants
of it.  Here's an overview:


.. toctree::

   posix.rst
   pwd.rst
   spwd.rst
   grp.rst
   crypt.rst
   termios.rst
   tty.rst
   pty.rst
   fcntl.rst
   pipes.rst
   resource.rst
   nis.rst
   syslog.rst
back to top