[issue18615] sndhdr.whathdr could return a namedtuple

Serhiy Storchaka report at bugs.python.org
Tue May 13 13:32:08 CEST 2014


Serhiy Storchaka added the comment:

Personally I doubt it is a good idea to convert any tuple to named tuple. There are downsides: this increases memory usage and decreases performance; this changes pickled data and makes it backward incompatible (and even worse with other serialization methods).

----------

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


More information about the Python-bugs-list mailing list