Comment 7 for bug 990775

Revision history for this message
Stuart Gathman (stuart-gathman) wrote :

Another idea: instead of a plain dict, how about a RR class for records? The dict keys are kind of hokey. I would prefer instance members, with dict protocol implemented for compatibility. That way, there would only be the 'data' key, and new semantics are accessed as members. Anyone see any compatibility problems with returning class RR (which emulates dict protocol) instead of dict ?