New submission from Antoine Pitrou <pit...@free.fr>:

As sock_recv() is already exposed, it is a no-brainer to add sock_recv_into(), 
allowing finer buffer management when people are willing to handle a socket 
object.

----------
components: Library (Lib), asyncio
messages: 304623
nosy: giampaolo.rodola, haypo, pitrou, yselivanov
priority: normal
severity: normal
status: open
title: Add sock_recv_into to AbstractEventLoop
type: enhancement
versions: Python 3.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue31819>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to