[Python-Dev] Suggestions for Improvements to namedtuple

Raymond Hettinger python at rcn.com
Wed Nov 14 23:58:21 CET 2007


> crucial stuff like __fields__  ... fully
> read-write.

On further thought, I think this is a good idea.  Nothing good can come from writing to this class variable.

Suggestion is checked-in in rev 58971.  Curiously, it was already documented as read-only (I took the time machine out for a spin).


Raymond


More information about the Python-Dev mailing list