mirror of
https://github.com/python/cpython.git
synced 2026-08-02 04:40:37 +08:00
gh-137777: Disband the 'Program Frameworks' chapter (GH-137796) (cherry picked from commit eee6589c17d0ffae32105a0ff2173798b9bd995c) Co-authored-by: rimchoi <hyerimc858@gmail.com>
24 lines
410 B
ReStructuredText
24 lines
410 B
ReStructuredText
.. _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::
|
|
|
|
shlex.rst
|
|
posix.rst
|
|
pwd.rst
|
|
grp.rst
|
|
termios.rst
|
|
tty.rst
|
|
pty.rst
|
|
fcntl.rst
|
|
resource.rst
|
|
syslog.rst
|