Raymond wrote: > I presume that only the str() builtin would > change and that the underlying __str__ slot > would continue to be hard-wired to the > (reprfunc) signature. Are you saying that subclasses of str should behave differently from the builtin str, and not in the slots that were added or changed? -jJ