mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Fix empty strings to empty bytes objects.
This commit is contained in:
parent
07fbd78473
commit
5e028ae09e
5 changed files with 11 additions and 10 deletions
|
@ -208,7 +208,8 @@ any that have been added to the map during asynchronous service) is closed.
|
|||
.. method:: recv(buffer_size)
|
||||
|
||||
Read at most *buffer_size* bytes from the socket's remote end-point. An
|
||||
empty string implies that the channel has been closed from the other end.
|
||||
empty bytes object implies that the channel has been closed from the
|
||||
other end.
|
||||
|
||||
|
||||
.. method:: listen(backlog)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue