commit | f2c0830585a4c58c2e0cb6acbfc4efa628563c12 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Sat Jun 05 06:16:22 2004 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Sat Jun 05 06:16:22 2004 +0000 |
tree | 41fdb4f638ed33aac170a1bc017eb20d08e745a4 | |
parent | 0096e262ffe836b4c7511158678f9e257cc3a020 [diff] |
SF bug #963956: Bad error mesage when subclassing a module 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).