[Python-checkins] r54654 - python/trunk/Doc/lib/liblogging.tex
georg.brandl
python-checkins at python.org
Mon Apr 2 01:29:12 CEST 2007
Author: georg.brandl
Date: Mon Apr 2 01:29:10 2007
New Revision: 54654
Modified:
python/trunk/Doc/lib/liblogging.tex
Log:
Remove bogus entry.
Modified: python/trunk/Doc/lib/liblogging.tex
==============================================================================
--- python/trunk/Doc/lib/liblogging.tex (original)
+++ python/trunk/Doc/lib/liblogging.tex Mon Apr 2 01:29:10 2007
@@ -1138,9 +1138,6 @@
Closes the socket.
\end{methoddesc}
-\begin{methoddesc}{handleError}{}
-\end{methoddesc}
-
\begin{methoddesc}{emit}{}
Pickles the record's attribute dictionary and writes it to the socket in
binary format. If there is an error with the socket, silently drops the
More information about the Python-checkins
mailing list