[Python-ideas] Add recordlcass to collections module

Martin Bammer mrbm74 at gmail.com
Sat Sep 1 03:47:04 EDT 2018


Hi,

what about adding recordclass 
(https://bitbucket.org/intellimath/recordclass) to the collections module

It is like namedtuple, but elements are writable and it is written in C 
and thus much faster.

And for convenience it could be named as namedlist.

Regards,

Martin




More information about the Python-ideas mailing list