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.

Author Ben Lewis
Recipients Ben Lewis
Date 2017-06-24.22:33:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498343617.76.0.0345167407647.issue30748@psf.upfronthosting.co.za>
In-reply-to
Content
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
2017-06-24 22:33:37Ben Lewissetrecipients: + Ben Lewis
2017-06-24 22:33:37Ben Lewissetmessageid: <1498343617.76.0.0345167407647.issue30748@psf.upfronthosting.co.za>
2017-06-24 22:33:37Ben Lewislinkissue30748 messages
2017-06-24 22:33:37Ben Lewiscreate