Namedtuples: some unexpected inconveniences

Deborah Swanson python at deborahswanson.net
Thu Apr 13 20:55:57 EDT 2017


Gregory Ewing wrote, on Thursday, April 13, 2017 12:36 AM
> 
> If you want to be able to update your rows, you may find
> this useful:
> 
https://pypi.python.org/pypi/recordclass

It's very similar to a namedtuple, but mutable. Looks like it should be
a drop-in replacement.

-- 
Greg

Thanks Greg, I'll definitely take a look at it




More information about the Python-list mailing list