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 | b044b2a | 2009-09-16 16:05:59 +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 |
Benjamin Peterson | e711caf | 2008-06-11 16:44:04 +0000 | [diff] [blame] | 17 | multiprocessing.rst |
Georg Brandl | 116aa62 | 2007-08-15 14:28:22 +0000 | [diff] [blame] | 18 | mmap.rst |
| 19 | readline.rst |
| 20 | rlcompleter.rst |
Antoine Pitrou | fa66d58 | 2010-12-12 21:08:54 +0000 | [diff] [blame] | 21 | dummy_threading.rst |
| 22 | _thread.rst |
| 23 | _dummy_thread.rst |