]> granicus.if.org Git - python/commitdiff
Remove editing slip.
authorGeorg Brandl <georg@python.org>
Tue, 15 Feb 2011 12:44:43 +0000 (12:44 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 15 Feb 2011 12:44:43 +0000 (12:44 +0000)
Doc/library/logging.handlers.rst

index 21700bc1ee47b0446d23c4c361fb6cc69e9ac7e6..eda93023d8a7e8bc2315db928a07eab2fbc976b5 100644 (file)
@@ -326,11 +326,13 @@ sends logging output to a network socket. The base class uses a TCP socket.
       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 @@ sends logging output to a network socket. The base class uses a TCP socket.
       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: