[issue43324] asyncio: add socket getfqdn and gethostbyaddr functions

2021-02-26 Thread Terry J. Reedy
Change by Terry J. Reedy : -- nosy: +asvetlov, yselivanov title: asyncio -> asyncio: add socket getfqdn and gethostbyaddr functions ___ Python tracker ___ _

[issue43324] asyncio

2021-02-25 Thread Hasan
Change by Hasan : -- keywords: +patch pull_requests: +23436 stage: -> patch review pull_request: https://github.com/python/cpython/pull/24651 ___ Python tracker ___ __

[issue43324] asyncio

2021-02-25 Thread Hasan
New submission from Hasan : Added socket getfqdn and gethostbyaddr functions with threadpoolexecutor to asyncio library -- messages: 387690 nosy: AliyevH priority: normal severity: normal status: open title: asyncio type: enhancement versions: Python 3.10 _