mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Remove editing slip.
This commit is contained in:
parent
dbb958561d
commit
08e278a562
1 changed files with 3 additions and 1 deletions
|
@ -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
|
them on the receiving end, or alternatively you can disable unpickling of
|
||||||
global objects on the receiving end.
|
global objects on the receiving end.
|
||||||
|
|
||||||
|
|
||||||
.. method:: send(packet)
|
.. method:: send(packet)
|
||||||
|
|
||||||
Send a pickled string *packet* to the socket. This function allows for
|
Send a pickled string *packet* to the socket. This function allows for
|
||||||
partial sends which can happen when the network is busy.
|
partial sends which can happen when the network is busy.
|
||||||
|
|
||||||
|
|
||||||
.. method:: createSocket()
|
.. method:: createSocket()
|
||||||
|
|
||||||
Tries to create a socket; on failure, uses an exponential back-off
|
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
|
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
|
a connection until the delay has elapsed, but just silently drop messages
|
||||||
during the delay period).
|
during the delay period).
|
||||||
^
|
|
||||||
|
|
||||||
.. _datagram-handler:
|
.. _datagram-handler:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue