Issue 30748: Upgrade tuples in socket to named tuple like (original) (raw)

Issue30748

Created on 2017-06-24 22:33 by Ben Lewis, last changed 2022-04-11 14:58 by admin.

Pull Requests
URL Status Linked Edit
PR 2390 closed python-dev,2017-06-25 04:19
Messages (1)
msg296792 - (view) Author: Ben Lewis (Ben Lewis) * Date: 2017-06-24 22:33
Within the socket module, there are various tuples that are used for different representations of a socket address. There are also other tuples returned by other functions in the socket module. As suggested on Python-ideas(https://mail.python.org/pipermail/python-ideas/2017-June/046028.html) and supported by Guido(https://mail.python.org/pipermail/python-ideas/2017-June/046086.html) these tuples should be made into named-tuple like sequences akin to the time tuple in the datetime module. I am willing to help contribute to make this happen.
History
Date User Action Args
2022-04-11 14:58:48 admin set github: 74933
2017-06-25 04:19:16 python-dev set pull_requests: + <pull%5Frequest2436>
2017-06-24 22:33:37 Ben Lewis create