[Python-Dev] Suggestions for Improvements to namedtuple

Raymond Hettinger python at rcn.com
Thu Nov 15 03:48:16 CET 2007


> In my opinion __replace__ should be able to replace multiple fields. 

This suggestion is accepted and checked-in.  See revision 58975.
Surprisingly, the required signature change results in improved
clarity.  This was an all around win.


Raymond


More information about the Python-Dev mailing list