mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00

svn+ssh://pythondev@svn.python.org/python/trunk ........ r78576 | steven.bethard | 2010-03-02 00:38:09 -0800 (Tue, 02 Mar 2010) | 3 lines Initial commit of the argparse library, based on argparse 1.1. Docs still need some updating to make getopt and optparse match the wording promised in the PEP. There are also probably a number of :class:ArgumentParser etc. links that could be added to the argparse documentation. ........
28 lines
648 B
ReStructuredText
28 lines
648 B
ReStructuredText
.. _allos:
|
|
|
|
*********************************
|
|
Generic Operating System Services
|
|
*********************************
|
|
|
|
The modules described in this chapter provide interfaces to operating system
|
|
features that are available on (almost) all operating systems, such as files and
|
|
a clock. The interfaces are generally modeled after the Unix or C interfaces,
|
|
but they are available on most other systems as well. Here's an overview:
|
|
|
|
|
|
.. toctree::
|
|
|
|
os.rst
|
|
io.rst
|
|
time.rst
|
|
argparse.rst
|
|
optparse.rst
|
|
getopt.rst
|
|
logging.rst
|
|
getpass.rst
|
|
curses.rst
|
|
curses.ascii.rst
|
|
curses.panel.rst
|
|
platform.rst
|
|
errno.rst
|
|
ctypes.rst
|