This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: asyncio: add socket getfqdn and gethostbyaddr functions
Type: enhancement Stage: patch review
Components: Versions: Python 3.10
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: AliyevH, asvetlov, yselivanov
Priority: normal Keywords: patch

Created on 2021-02-25 22:47 by AliyevH, last changed 2022-04-11 14:59 by admin.

Pull Requests
URL Status Linked Edit
PR 24651 open AliyevH, 2021-02-25 23:04
Messages (1)
msg387690 - (view) Author: Hasan (AliyevH) * Date: 2021-02-25 22:47
Added socket getfqdn and gethostbyaddr functions with threadpoolexecutor to asyncio library
History
Date User Action Args
2022-04-11 14:59:42adminsetgithub: 87490
2021-02-27 03:53:44terry.reedysetnosy: + asvetlov, yselivanov

title: asyncio -> asyncio: add socket getfqdn and gethostbyaddr functions
2021-02-25 23:04:20AliyevHsetkeywords: + patch
stage: patch review
pull_requests: + pull_request23436
2021-02-25 22:47:07AliyevHcreate