repo.or.cz
/
python.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Issue #6644: Fix compile error on AIX.
[python.git]
/
Doc
/
library
/
unix.rst
blob
efd4be18bc80f0f58cbecef6b98aa6da947fc805
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