[issue18535] termios.tcgetattr should return namedtuple

anatoly techtonik report at bugs.python.org
Tue Jul 23 14:22:08 CEST 2013


anatoly techtonik added the comment:

Actually namedtuple doesn't suit the use case well. The use case is to read termios config, (re)set flags set it back. The attributes should be mutable.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18535>
_______________________________________


More information about the Python-bugs-list mailing list