[Python-ideas] socket module: plain stuples vs named tuples

Thomas Güttler guettliml at thomas-guettler.de
Tue Jun 13 16:13:44 EDT 2017


AFAIK the socket module returns plain tuples in Python3:

  https://docs.python.org/3/library/socket.html

Why not use named tuples?

Regards,
  Thomas Güttler

-- 
I am looking for feedback for my personal programming guidelines:
https://github.com/guettli/programming-guidelines


More information about the Python-ideas mailing list