home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / p / python / pyhtmldoc / x / xdrlib
Encoding:
Text File  |  1996-11-14  |  1.1 KB  |  23 lines

  1. <TITLE>xdrlib -- Python library reference</TITLE>
  2. Prev: <A HREF="../b/binascii" TYPE="Prev">binascii</A>  
  3. Up: <A HREF="../i/internet_and_www" TYPE="Up">Internet and WWW</A>  
  4. Top: <A HREF="../t/top" TYPE="Top">Top</A>  
  5. <H1>10.16. Standard module <CODE>xdrlib</CODE></H1>
  6. The <CODE>xdrlib</CODE> module supports the External Data Representation
  7. Standard as described in RFC 1014, written by Sun Microsystems,
  8. Inc. June 1987.  It supports most of the data types described in the
  9. RFC, although some, most notably <CODE>float</CODE> and <CODE>double</CODE> are
  10. only supported on those operating systems that provide an XDR
  11. library.
  12. <P>
  13. The <CODE>xdrlib</CODE> module defines two classes, one for packing
  14. variables into XDR representation, and another for unpacking from XDR
  15. representation.  There are also two exception classes.
  16. <P>
  17. <H2>Menu</H2><DL COMPACT>
  18. <DT><A HREF="../p/packer_objects" TYPE=Menu>Packer Objects</A>
  19. <DD><DT><A HREF="../u/unpacker_objects" TYPE=Menu>Unpacker Objects</A>
  20. <DD><DT><A HREF="../e/exceptions" TYPE=Menu>Exceptions</A>
  21. <DD><DT><A HREF="../s/supporting_floating_point_data" TYPE=Menu>Supporting Floating Point Data</A>
  22. <DD></DL>
  23.