mirror of
https://github.com/python/cpython.git
synced 2025-10-29 17:38:56 +00:00
merge from 3.2
This commit is contained in:
commit
d6b3840e7d
1 changed files with 2 additions and 2 deletions
|
|
@ -157,8 +157,8 @@ any that have been added to the map during asynchronous service) is closed.
|
||||||
|
|
||||||
Called on listening channels (passive openers) when a connection has been
|
Called on listening channels (passive openers) when a connection has been
|
||||||
established with a new remote endpoint that has issued a :meth:`connect`
|
established with a new remote endpoint that has issued a :meth:`connect`
|
||||||
call for the local endpoint. *conn* is a *new* socket object usable to
|
call for the local endpoint. *sock* is a *new* socket object usable to
|
||||||
send and receive data on the connection, and *address* is the address
|
send and receive data on the connection, and *addr* is the address
|
||||||
bound to the socket on the other end of the connection.
|
bound to the socket on the other end of the connection.
|
||||||
|
|
||||||
.. versionadded:: 3.2
|
.. versionadded:: 3.2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue