commit | 589c35bcc7ee2448507cedf303e3b72ede34b6ce | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Thu Jul 06 19:38:49 2000 +0000 |
committer | Fred Drake <fdrake@acm.org> | Thu Jul 06 19:38:49 2000 +0000 |
tree | 88a6da6e3476bc44a4da27f7dedcb5b65d29861a | |
parent | 28067821e28ddc03687818334b83a0d312265575 [diff] |
Python 2.0 is not supposed to use string exceptions in the standard library & extensions, so create exceptions in extension modules using the PyErr_NewException() API.