Sophie

Sophie

distrib > Mandriva > 10.1 > i586 > by-pkgid > ccf83290023404568bb21aa0163b385f > files > 251

python-docs-2.3.4-6.2.101mdk.i586.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<link rel="STYLESHEET" href="lib.css" type='text/css' />
<link rel="SHORTCUT ICON" href="../icons/pyfav.gif" />
<link rel='start' href='../index.html' title='Python Documentation Index' />
<link rel="first" href="lib.html" title='Python Library Reference' />
<link rel='contents' href='contents.html' title="Contents" />
<link rel='index' href='genindex.html' title='Index' />
<link rel='last' href='about.html' title='About this document...' />
<link rel='help' href='about.html' title='About this document...' />
<LINK rel="next" href="someos.html">
<LINK rel="prev" href="misc.html">
<LINK rel="parent" href="lib.html">
<LINK rel="next" href="module-os.html">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name='aesop' content='information' />
<META name="description" content=". Generic Operating System Services ">
<META name="keywords" content="lib">
<META name="resource-type" content="document">
<META name="distribution" content="global">
<title>6. Generic Operating System Services </title>
</head>
<body>
<DIV CLASS="navigation">
<div id='top-navigation-panel'>
<table align="center" width="100%" cellpadding="0" cellspacing="2">
<tr>
<td class='online-navigation'><a rel="prev" title="5.20.3 Parsing Rules" 
  href="shlex-parsing-rules.html"><img src='../icons/previous.png'
  border='0' height='32'  alt='Previous Page' width='32' /></A></td>
<td class='online-navigation'><a rel="parent" title="Python Library Reference" 
  href="lib.html"><img src='../icons/up.png'
  border='0' height='32'  alt='Up One Level' width='32' /></A></td>
<td class='online-navigation'><a rel="next" title="6.1 os  " 
  href="module-os.html"><img src='../icons/next.png'
  border='0' height='32'  alt='Next Page' width='32' /></A></td>
<td align="center" width="100%">Python Library Reference</td>
<td class='online-navigation'><a rel="contents" title="Table of Contents" 
  href="contents.html"><img src='../icons/contents.png'
  border='0' height='32'  alt='Contents' width='32' /></A></td>
<td class='online-navigation'><a href="modindex.html" title="Module Index"><img src='../icons/modules.png'
  border='0' height='32'  alt='Module Index' width='32' /></a></td>
<td class='online-navigation'><a rel="index" title="Index" 
  href="genindex.html"><img src='../icons/index.png'
  border='0' height='32'  alt='Index' width='32' /></A></td>
</tr></table>
<div class='online-navigation'>
<b class="navlabel">Previous:</b>
<a class="sectref" rel="prev" href="shlex-parsing-rules.html">5.20.3 Parsing Rules</A>
<b class="navlabel">Up:</b>
<a class="sectref" rel="parent" href="lib.html">Python Library Reference</A>
<b class="navlabel">Next:</b>
<a class="sectref" rel="next" href="module-os.html">6.1 os  </A>
</div>
<hr /></div>
</DIV>
<!--End of Navigation Panel-->

<H1><A NAME="SECTION008000000000000000000"><!--x--></A><A NAME="allos"><!--z--></A>
<BR>
6. Generic Operating System Services 
</H1>

<P>
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 <font style="font-variant: small-caps;">Unix</font> or C interfaces, but they are available on most
other systems as well.  Here's an overview:

<P>
<table class='synopsistable' valign='baseline'>
  <tr class='oddrow'>
      <td><b><tt class='module'><a href='module-os.html'>os</a></tt></b></td>
      <td>&nbsp;</td>
      <td class='synopsis'>Miscellaneous operating system interfaces.</td></tr>
  <tr><td><b><tt class='module'><a href='module-os.path.html'>os.path</a></tt></b></td>
      <td>&nbsp;</td>
      <td class='synopsis'>Common pathname manipulations.</td></tr>
  <tr class='oddrow'>
      <td><b><tt class='module'><a href='module-dircache.html'>dircache</a></tt></b></td>
      <td>&nbsp;</td>
      <td class='synopsis'>Return directory listing, with cache mechanism.</td></tr>
  <tr><td><b><tt class='module'><a href='module-stat.html'>stat</a></tt></b></td>
      <td>&nbsp;</td>
      <td class='synopsis'>Utilities for interpreting the results of
  <tt class="function">os.stat()</tt>, <tt class="function">os.lstat()</tt> and <tt class="function">os.fstat()</tt>.</td></tr>
  <tr class='oddrow'>
      <td><b><tt class='module'><a href='module-statcache.html'>statcache</a></tt></b></td>
      <td>&nbsp;</td>
      <td class='synopsis'>Stat files, and remember results.</td></tr>
  <tr><td><b><tt class='module'><a href='module-statvfs.html'>statvfs</a></tt></b></td>
      <td>&nbsp;</td>
      <td class='synopsis'>Constants for interpreting the result of
                <tt class="function">os.statvfs()</tt>.</td></tr>
  <tr class='oddrow'>
      <td><b><tt class='module'><a href='module-filecmp.html'>filecmp</a></tt></b></td>
      <td>&nbsp;</td>
      <td class='synopsis'>Compare files efficiently.</td></tr>
  <tr><td><b><tt class='module'><a href='module-popen2.html'>popen2</a></tt></b></td>
      <td>&nbsp;</td>
      <td class='synopsis'>Subprocesses with accessible standard I/O streams.</td></tr>
  <tr class='oddrow'>
      <td><b><tt class='module'><a href='module-datetime.html'>datetime</a></tt></b></td>
      <td>&nbsp;</td>
      <td class='synopsis'>Basic date and time types.</td></tr>
  <tr><td><b><tt class='module'><a href='module-time.html'>time</a></tt></b></td>
      <td>&nbsp;</td>
      <td class='synopsis'>Time access and conversions.</td></tr>
  <tr class='oddrow'>
      <td><b><tt class='module'><a href='module-sched.html'>sched</a></tt></b></td>
      <td>&nbsp;</td>
      <td class='synopsis'>General purpose event scheduler.</td></tr>
  <tr><td><b><tt class='module'><a href='module-mutex.html'>mutex</a></tt></b></td>
      <td>&nbsp;</td>
      <td class='synopsis'>Lock and queue for mutual exclusion.</td></tr>
  <tr class='oddrow'>
      <td><b><tt class='module'><a href='module-getpass.html'>getpass</a></tt></b></td>
      <td>&nbsp;</td>
      <td class='synopsis'>Portable reading of passwords and retrieval of the userid.</td></tr>
  <tr><td><b><tt class='module'><a href='module-curses.html'>curses</a></tt></b></td>
      <td>&nbsp;</td>
      <td class='synopsis'>An interface to the curses library, providing portable
                terminal handling.</td></tr>
  <tr class='oddrow'>
      <td><b><tt class='module'><a href='module-curses.textpad.html'>curses.textpad</a></tt></b></td>
      <td>&nbsp;</td>
      <td class='synopsis'>Emacs-like input editing in a curses window.</td></tr>
  <tr><td><b><tt class='module'><a href='module-curses.wrapper.html'>curses.wrapper</a></tt></b></td>
      <td>&nbsp;</td>
      <td class='synopsis'>Terminal configuration wrapper for curses programs.</td></tr>
  <tr class='oddrow'>
      <td><b><tt class='module'><a href='module-curses.ascii.html'>curses.ascii</a></tt></b></td>
      <td>&nbsp;</td>
      <td class='synopsis'>Constants and set-membership functions for
                ASCII characters.</td></tr>
  <tr><td><b><tt class='module'><a href='module-curses.panel.html'>curses.panel</a></tt></b></td>
      <td>&nbsp;</td>
      <td class='synopsis'>A panel stack extension that adds depth to 
                curses windows.</td></tr>
  <tr class='oddrow'>
      <td><b><tt class='module'><a href='module-getopt.html'>getopt</a></tt></b></td>
      <td>&nbsp;</td>
      <td class='synopsis'>Portable parser for command line options; support both
                short and long option names.</td></tr>
  <tr><td><b><tt class='module'><a href='module-optparse.html'>optparse</a></tt></b></td>
      <td>&nbsp;</td>
      <td class='synopsis'>Powerful, flexible, extensible, easy-to-use command-line
                parsing library.</td></tr>
  <tr class='oddrow'>
      <td><b><tt class='module'><a href='module-tempfile.html'>tempfile</a></tt></b></td>
      <td>&nbsp;</td>
      <td class='synopsis'>Generate temporary files and directories.</td></tr>
  <tr><td><b><tt class='module'><a href='module-errno.html'>errno</a></tt></b></td>
      <td>&nbsp;</td>
      <td class='synopsis'>Standard errno system symbols.</td></tr>
  <tr class='oddrow'>
      <td><b><tt class='module'><a href='module-glob.html'>glob</a></tt></b></td>
      <td>&nbsp;</td>
      <td class='synopsis'><font style="font-variant: small-caps;">Unix</font> shell style pathname pattern expansion.</td></tr>
  <tr><td><b><tt class='module'><a href='module-fnmatch.html'>fnmatch</a></tt></b></td>
      <td>&nbsp;</td>
      <td class='synopsis'><font style="font-variant: small-caps;">Unix</font> shell style filename pattern matching.</td></tr>
  <tr class='oddrow'>
      <td><b><tt class='module'><a href='module-shutil.html'>shutil</a></tt></b></td>
      <td>&nbsp;</td>
      <td class='synopsis'>High-level file operations, including copying.</td></tr>
  <tr><td><b><tt class='module'><a href='module-locale.html'>locale</a></tt></b></td>
      <td>&nbsp;</td>
      <td class='synopsis'>Internationalization services.</td></tr>
  <tr class='oddrow'>
      <td><b><tt class='module'><a href='module-gettext.html'>gettext</a></tt></b></td>
      <td>&nbsp;</td>
      <td class='synopsis'>Multilingual internationalization services.</td></tr>
  <tr><td><b><tt class='module'><a href='module-logging.html'>logging</a></tt></b></td>
      <td>&nbsp;</td>
      <td class='synopsis'>Logging module for Python based on <a class="rfc" id='rfcref-79619'
href="http://www.python.org/peps/pep-0282.html">PEP 282</a>.</td></tr>
</table>

<BR>
<DIV CLASS="navigation">
<div class='online-navigation'><hr />
<table align="center" width="100%" cellpadding="0" cellspacing="2">
<tr>
<td class='online-navigation'><a rel="prev" title="5.20.3 Parsing Rules" 
  rel="prev" title="5.20.3 Parsing Rules" 
  href="shlex-parsing-rules.html"><img src='../icons/previous.png'
  border='0' height='32'  alt='Previous Page' width='32' /></A></td>
<td class='online-navigation'><a rel="parent" title="Python Library Reference" 
  rel="parent" title="Python Library Reference" 
  href="lib.html"><img src='../icons/up.png'
  border='0' height='32'  alt='Up One Level' width='32' /></A></td>
<td class='online-navigation'><a rel="next" title="6.1 os  " 
  rel="next" title="6.1 os  " 
  href="module-os.html"><img src='../icons/next.png'
  border='0' height='32'  alt='Next Page' width='32' /></A></td>
<td align="center" width="100%">Python Library Reference</td>
<td class='online-navigation'><a rel="contents" title="Table of Contents" 
  rel="contents" title="Table of Contents" 
  href="contents.html"><img src='../icons/contents.png'
  border='0' height='32'  alt='Contents' width='32' /></A></td>
<td class='online-navigation'><a href="modindex.html" title="Module Index"><img src='../icons/modules.png'
  border='0' height='32'  alt='Module Index' width='32' /></a></td>
<td class='online-navigation'><a rel="index" title="Index" 
  rel="index" title="Index" 
  href="genindex.html"><img src='../icons/index.png'
  border='0' height='32'  alt='Index' width='32' /></A></td>
</tr></table>
<div class='online-navigation'>
<b class="navlabel">Previous:</b>
<a class="sectref" rel="prev" href="shlex-parsing-rules.html">5.20.3 Parsing Rules</A>
<b class="navlabel">Up:</b>
<a class="sectref" rel="parent" href="lib.html">Python Library Reference</A>
<b class="navlabel">Next:</b>
<a class="sectref" rel="next" href="module-os.html">6.1 os  </A>
</div>
</div>
<hr />
<span class="release-info">Release 2.3.4, documentation updated on May 20, 2004.</span>
</DIV>
<!--End of Navigation Panel-->
<ADDRESS>
See <i><a href="about.html">About this document...</a></i> for information on suggesting changes.
</ADDRESS>
</BODY>
</HTML>