commit | 53ab5b761d9e6e0f8b06c328508bafdb9a6a25ac | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Thu Jun 22 16:49:14 2006 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Thu Jun 22 16:49:14 2006 +0000 |
tree | 721af8f962a8991f6924e6834c31f2d3c3ba2756 | |
parent | 56b76c8a65aafc77cbeeb326450186de1898df7f [diff] |
'warning's was improperly requiring that a command-line Warning category be both a subclass of Warning and a subclass of types.ClassType. The latter is no longer true thanks to new-style exceptions. Closes bug #1510580. Thanks to AMK for the test.