-
Raymond Hettinger yazdı
Add a more informative message for the common user mistake of subclassing from a module name rather than another class (i.e. random instead of random.random).
f2c08305
Add a more informative message for the common user mistake of subclassing from a module name rather than another class (i.e. random instead of random.random).