~malept/ubuntu/lucid/python2.6/dev-dependency-fix

« back to all changes in this revision

Viewing changes to Doc/library/unix.rst

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2009-02-13 12:51:00 UTC
  • Revision ID: james.westby@ubuntu.com-20090213125100-uufgcb9yeqzujpqw
Tags: upstream-2.6.1
ImportĀ upstreamĀ versionĀ 2.6.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
.. _unix:
 
3
 
 
4
**********************
 
5
Unix Specific Services
 
6
**********************
 
7
 
 
8
The modules described in this chapter provide interfaces to features that are
 
9
unique to the Unix operating system, or in some cases to some or many variants
 
10
of it.  Here's an overview:
 
11
 
 
12
 
 
13
.. toctree::
 
14
 
 
15
   posix.rst
 
16
   pwd.rst
 
17
   spwd.rst
 
18
   grp.rst
 
19
   crypt.rst
 
20
   dl.rst
 
21
   termios.rst
 
22
   tty.rst
 
23
   pty.rst
 
24
   fcntl.rst
 
25
   pipes.rst
 
26
   posixfile.rst
 
27
   resource.rst
 
28
   nis.rst
 
29
   syslog.rst
 
30
   commands.rst