[Python-checkins] CVS: python/dist/src/Doc/lib libbinhex.tex,1.9,1.10

Fred L. Drake fdrake@users.sourceforge.net
Mon, 25 Mar 2002 08:37:58 -0800


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv11662/lib

Modified Files:
	libbinhex.tex 
Log Message:
Added description of binhex.Error.

Index: libbinhex.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libbinhex.tex,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** libbinhex.tex	28 Nov 2001 07:26:15 -0000	1.9
--- libbinhex.tex	25 Mar 2002 16:37:56 -0000	1.10
***************
*** 28,31 ****
--- 28,39 ----
  \end{funcdesc}
  
+ The following exception is also defined:
+ 
+ \begin{excdesc}{Error}
+ Exception raised when something can't be encoded using the binhex
+ format (for example, a filename is too long to fit in the filename
+ field), or when input is not properly encoded binhex data.
+ \end{excdesc}
+ 
  
  \begin{seealso}