Namedtuples: some unexpected inconveniences

Gregory Ewing greg.ewing at canterbury.ac.nz
Thu Apr 13 03:36:24 EDT 2017


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



More information about the Python-list mailing list