home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / p / python / pyhtmldoc / g / generic_op next >
Encoding:
Text File  |  1996-11-14  |  1.2 KB  |  30 lines

  1. <TITLE>Generic Operating System Services -- Python library reference</TITLE>
  2. Next: <A HREF="../o/optional_operating_system_services" TYPE="Next">Optional Operating System Services</A>  
  3. Prev: <A HREF="../m/miscellaneous_services" TYPE="Prev">Miscellaneous Services</A>  
  4. Up: <A HREF="../t/top" TYPE="Up">Top</A>  
  5. Top: <A HREF="../t/top" TYPE="Top">Top</A>  
  6. <H1>6. Generic Operating System Services</H1>
  7. The modules described in this chapter provide interfaces to operating
  8. system features that are available on (almost) all operating systems,
  9. such as files and a clock.  The interfaces are generally modelled
  10. after the UNIX or C interfaces but they are available on most other
  11. systems as well.  Here's an overview:
  12. <P>
  13. <DL>
  14. <DT><B>os</B><DD>--- Miscellaneous OS interfaces.
  15. <P>
  16. <DT><B>time</B><DD>--- Time access and conversions.
  17. <P>
  18. <DT><B>getopt</B><DD>--- Parser for command line options.
  19. <P>
  20. <DT><B>tempfile</B><DD>--- Generate temporary file names.
  21. <P>
  22. </DL>
  23. <H2>Menu</H2><DL COMPACT>
  24. <DT><A HREF="../o/os" TYPE=Menu>os</A>
  25. <DD><DT><A HREF="../t/time" TYPE=Menu>time</A>
  26. <DD><DT><A HREF="../g/getopt" TYPE=Menu>getopt</A>
  27. <DD><DT><A HREF="../t/tempfile" TYPE=Menu>tempfile</A>
  28. <DD><DT><A HREF="../e/errno" TYPE=Menu>errno</A>
  29. <DD></DL>
  30.