[Python-checkins] python/dist/src/Doc/lib libfuncs.tex, 1.143.8.11, 1.143.8.12

loewis at users.sourceforge.net loewis at users.sourceforge.net
Wed Aug 25 12:44:05 CEST 2004


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7010/Doc/lib

Modified Files:
      Tag: release23-maint
	libfuncs.tex 
Log Message:
Patch #1015021: Stop claiming that coerce can return None.


Index: libfuncs.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libfuncs.tex,v
retrieving revision 1.143.8.11
retrieving revision 1.143.8.12
diff -u -d -r1.143.8.11 -r1.143.8.12
--- libfuncs.tex	20 Mar 2004 18:26:42 -0000	1.143.8.11
+++ libfuncs.tex	25 Aug 2004 10:43:32 -0000	1.143.8.12
@@ -1086,7 +1086,7 @@
 \begin{funcdesc}{coerce}{x, y}
   Return a tuple consisting of the two numeric arguments converted to
   a common type, using the same rules as used by arithmetic
-  operations.
+  operations. If coercion is not possible, raise \exception{TypeError}.
 \end{funcdesc}
 
 \begin{funcdesc}{intern}{string}



More information about the Python-checkins mailing list