commit | f5a80a4a8806fc293ac8de95ea6d304347af784e | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Aug 25 14:45:41 1998 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Aug 25 14:45:41 1998 +0000 |
tree | 197cda7a164fdfd5ee896519e9c877a4e08e2967 | |
parent | dbf7956e522164518179be6682c74205fda2c7fe [diff] |
Describe what happens when ``raise C, x'' is called where C is a class and x is not an instance of C (nor of a class derived of C).