Terry Reedy wrote: > As in > >>>>print(type(3)) > > int # instead of <class 'int'> I have the same feeling there -- the only time I'm likely to be deliberately printing a class is for debugging, and then I want unambiguity. -- Greg