Staging
v0.5.1
https://github.com/python/cpython
Revision 44e625860bf4c24a811eb81c7953a71671c89608 authored by Steve Dower on 28 May 2015, 17:28:40 UTC, committed by Steve Dower on 28 May 2015, 17:28:40 UTC
1 parent 6ef0590
Raw File
Tip revision: 44e625860bf4c24a811eb81c7953a71671c89608 authored by Steve Dower on 28 May 2015, 17:28:40 UTC
Fixes text in installer.
Tip revision: 44e6258
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