Georg Brandl | 116aa62 | 2007-08-15 14:28:22 +0000 | [diff] [blame] | 1 | .. _someos: |
| 2 | |
| 3 | ********************************** |
| 4 | Optional Operating System Services |
| 5 | ********************************** |
| 6 | |
| 7 | The modules described in this chapter provide interfaces to operating system |
| 8 | features that are available on selected operating systems only. The interfaces |
| 9 | are generally modeled after the Unix or C interfaces but they are available on |
Georg Brandl | 7f01a13 | 2009-09-16 15:58:14 +0000 | [diff] [blame] | 10 | some other systems as well (e.g. Windows). Here's an overview: |
Georg Brandl | 116aa62 | 2007-08-15 14:28:22 +0000 | [diff] [blame] | 11 | |
| 12 | |
| 13 | .. toctree:: |
| 14 | |
| 15 | select.rst |
Georg Brandl | 116aa62 | 2007-08-15 14:28:22 +0000 | [diff] [blame] | 16 | threading.rst |
Georg Brandl | 624a789 | 2008-06-11 20:05:22 +0000 | [diff] [blame] | 17 | dummy_threading.rst |
Georg Brandl | 2067bfd | 2008-05-25 13:05:15 +0000 | [diff] [blame] | 18 | _thread.rst |
| 19 | _dummy_thread.rst |
Benjamin Peterson | e711caf | 2008-06-11 16:44:04 +0000 | [diff] [blame] | 20 | multiprocessing.rst |
Georg Brandl | 116aa62 | 2007-08-15 14:28:22 +0000 | [diff] [blame] | 21 | mmap.rst |
| 22 | readline.rst |
| 23 | rlcompleter.rst |