summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2006-08-29 07:57:59 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2006-08-29 07:57:59 (GMT)
commitca810467a4db78781c5e35100024cae779e954e5 (patch)
tree6f9bad18c0b52f59cafe039de83d8002018b8ba0 /Doc/lib
parent378b2c9a037bccdbcaca32541c1baebb1a0de30a (diff)
downloadcpython-ca810467a4db78781c5e35100024cae779e954e5.zip
cpython-ca810467a4db78781c5e35100024cae779e954e5.tar.gz
cpython-ca810467a4db78781c5e35100024cae779e954e5.tar.bz2
Get rid of more coerce cruft (really check in this time :-)
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/libfuncs.tex6
1 files changed, 0 insertions, 6 deletions
diff --git a/Doc/lib/libfuncs.tex b/Doc/lib/libfuncs.tex
index c9e35b5..f51f0d5 100644
--- a/Doc/lib/libfuncs.tex
+++ b/Doc/lib/libfuncs.tex
@@ -1228,12 +1228,6 @@ bypass these functions without concerns about missing something important.
argument).
\end{funcdesc}
-\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. If coercion is not possible, raise \exception{TypeError}.
-\end{funcdesc}
-
\begin{funcdesc}{intern}{string}
Enter \var{string} in the table of ``interned'' strings and return
the interned string -- which is \var{string} itself or a copy.