[issue30748] Upgrade tuples in socket to named tuple like

2017-06-24 Thread Roundup Robot
Changes by Roundup Robot : -- pull_requests: +2436 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue30748] Upgrade tuples in socket to named tuple like

2017-06-24 Thread Ben Lewis
New submission from Ben Lewis: 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/pyth