[Python-checkins] r88424 - python/branches/py3k/Doc/library/logging.handlers.rst

georg.brandl python-checkins at python.org
Tue Feb 15 13:44:43 CET 2011


Author: georg.brandl
Date: Tue Feb 15 13:44:43 2011
New Revision: 88424

Log:
Remove editing slip.

Modified:
   python/branches/py3k/Doc/library/logging.handlers.rst

Modified: python/branches/py3k/Doc/library/logging.handlers.rst
==============================================================================
--- python/branches/py3k/Doc/library/logging.handlers.rst	(original)
+++ python/branches/py3k/Doc/library/logging.handlers.rst	Tue Feb 15 13:44:43 2011
@@ -326,11 +326,13 @@
       them on the receiving end, or alternatively you can disable unpickling of
       global objects on the receiving end.
 
+
    .. method:: send(packet)
 
       Send a pickled string *packet* to the socket. This function allows for
       partial sends which can happen when the network is busy.
 
+
    .. method:: createSocket()
 
       Tries to create a socket; on failure, uses an exponential back-off
@@ -351,7 +353,7 @@
       been used, you could lose messages (since the handler won't even attempt
       a connection until the delay has elapsed, but just silently drop messages
       during the delay period).
-^
+
 
 .. _datagram-handler:
 


More information about the Python-checkins mailing list