commit | 89fb03524842f88b1f1301148483b5050bbc9826 | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Sat Oct 14 05:49:30 2000 +0000 |
committer | Fred Drake <fdrake@acm.org> | Sat Oct 14 05:49:30 2000 +0000 |
tree | d897c02b7e9b0a0f66aba81b27c7df218bdcb5f3 | |
parent | 3c8c2f9b77b9986b0cbc49c85b05627f68a5fce0 [diff] |
For PyErr_Format(), note that the exception parameter can be a string or class, but not an instance (since an instance will be created using the formatted message string as the constructor parameter).