diff options
Diffstat (limited to 'Doc/library/xdrlib.rst')
-rw-r--r-- | Doc/library/xdrlib.rst | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Doc/library/xdrlib.rst b/Doc/library/xdrlib.rst index 4fcb9cdfb6..5c7dfa454b 100644 --- a/Doc/library/xdrlib.rst +++ b/Doc/library/xdrlib.rst @@ -9,6 +9,10 @@ single: XDR single: External Data Representation +**Source code:** :source:`Lib/xdrlib.py` + +-------------- + The :mod:`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. @@ -256,7 +260,7 @@ Exceptions in this module are coded as class instances: .. exception:: Error - The base exception class. :exc:`Error` has a single public data member + The base exception class. :exc:`Error` has a single public attribute :attr:`msg` containing the description of the error. |