]> granicus.if.org Git - python/commit
Python 2.0 is not supposed to use string exceptions in the standard library
authorFred Drake <fdrake@acm.org>
Thu, 6 Jul 2000 19:38:49 +0000 (19:38 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 6 Jul 2000 19:38:49 +0000 (19:38 +0000)
commit589c35bcc7ee2448507cedf303e3b72ede34b6ce
tree88a6da6e3476bc44a4da27f7dedcb5b65d29861a
parent28067821e28ddc03687818334b83a0d312265575
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.
Modules/_cursesmodule.c
Modules/almodule.c
Modules/pcremodule.c