Issue #4426: The UTF-7 decoder was too strict and didn't accept some legal sequences.
[python.git] / Doc / library / unix.rst
blobefd4be18bc80f0f58cbecef6b98aa6da947fc805
2 .. _unix:
4 **********************
5 Unix Specific Services
6 **********************
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:
13 .. toctree::
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