Last change
on this file was 391, checked in by dmik, 11 years ago |
python: Merge vendor 2.7.6 to trunk.
|
-
Property svn:eol-style
set to
native
|
File size:
695 bytes
|
Rev | Line | |
---|
[2] | 1 |
|
---|
| 2 | .. _allos:
|
---|
| 3 |
|
---|
| 4 | *********************************
|
---|
| 5 | Generic Operating System Services
|
---|
| 6 | *********************************
|
---|
| 7 |
|
---|
| 8 | The modules described in this chapter provide interfaces to operating system
|
---|
| 9 | features that are available on (almost) all operating systems, such as files and
|
---|
| 10 | a clock. The interfaces are generally modeled after the Unix or C interfaces,
|
---|
| 11 | but they are available on most other systems as well. Here's an overview:
|
---|
| 12 |
|
---|
| 13 |
|
---|
| 14 | .. toctree::
|
---|
| 15 |
|
---|
| 16 | os.rst
|
---|
| 17 | io.rst
|
---|
| 18 | time.rst
|
---|
[391] | 19 | argparse.rst
|
---|
[2] | 20 | optparse.rst
|
---|
| 21 | getopt.rst
|
---|
| 22 | logging.rst
|
---|
[391] | 23 | logging.config.rst
|
---|
| 24 | logging.handlers.rst
|
---|
[2] | 25 | getpass.rst
|
---|
| 26 | curses.rst
|
---|
| 27 | curses.ascii.rst
|
---|
| 28 | curses.panel.rst
|
---|
| 29 | platform.rst
|
---|
| 30 | errno.rst
|
---|
| 31 | ctypes.rst
|
---|
Note:
See
TracBrowser
for help on using the repository browser.