]> granicus.if.org Git - python/commit
bpo-31819: Add AbstractEventLoop.sock_recv_into() (#4051)
authorAntoine Pitrou <pitrou@free.fr>
Thu, 19 Oct 2017 19:46:40 +0000 (21:46 +0200)
committerYury Selivanov <yury@magic.io>
Thu, 19 Oct 2017 19:46:40 +0000 (15:46 -0400)
commit525f40d231aba2c004619fc7a5207171ed65b0cb
tree60cda8363e0c027aa17a6bb4288d9436aa228829
parentea2ef5d0ca869d4550820ed53bdf56013dbb9546
bpo-31819: Add AbstractEventLoop.sock_recv_into() (#4051)

* bpo-31819: Add AbstractEventLoop.sock_recv_into()

* Add NEWS

* Add doc
Doc/library/asyncio-eventloop.rst
Lib/asyncio/events.py
Lib/asyncio/proactor_events.py
Lib/asyncio/selector_events.py
Lib/asyncio/windows_events.py
Lib/test/test_asyncio/test_events.py
Lib/test/test_asyncio/test_proactor_events.py
Misc/NEWS.d/next/Library/2017-10-19-20-03-13.bpo-31819.mw2wF9.rst [new file with mode: 0644]
Modules/overlapped.c