| 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 | 
| Benjamin Peterson | e711caf | 2008-06-11 16:44:04 +0000 | [diff] [blame] | 17 |    multiprocessing.rst | 
| Antoine Pitrou | 64a467d | 2010-12-12 20:34:49 +0000 | [diff] [blame] | 18 |    concurrent.futures.rst | 
| Georg Brandl | 116aa62 | 2007-08-15 14:28:22 +0000 | [diff] [blame] | 19 |    mmap.rst | 
 | 20 |    readline.rst | 
 | 21 |    rlcompleter.rst | 
| Antoine Pitrou | 64a467d | 2010-12-12 20:34:49 +0000 | [diff] [blame] | 22 |    dummy_threading.rst | 
 | 23 |    _thread.rst | 
 | 24 |    _dummy_thread.rst |