next up previous contents index
Next: 11.16.1 Packer Objects Up: 11 Internet and WWW Previous: 11.15 Built-in Module binascii

11.16 Standard module xdrlib

 

The xdrlib module supports the External Data Representation Standard as described in RFC 1014, written by Sun Microsystems, Inc. June 1987. It supports most of the data types described in the RFC, although some, most notably float and double are only supported on those operating systems that provide an XDR library.

The xdrlib module defines two classes, one for packing variables into XDR representation, and another for unpacking from XDR representation. There are also two exception classes.





guido@cnri.reston.va.us