Staging
v0.8.1
Revision f51d8d3a2ede7ff3330e2a868feb4ecdda0b92c0 authored by Antoine Pitrou on 08 October 2010, 18:05:42 UTC, committed by Antoine Pitrou on 08 October 2010, 18:05:42 UTC
easier writing of unit tests and better error reporting.
1 parent 0ee4c9f
Raw File
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