Fix empty strings to empty bytes objects.

This commit is contained in:
Serhiy Storchaka 2014-02-06 21:10:41 +02:00
parent 07fbd78473
commit 5e028ae09e
5 changed files with 11 additions and 10 deletions

View file

@ -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)