From 99cc97109efd2957c26fe71cbc81f427becb7188 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Fri, 10 Mar 2000 22:33:32 +0000 Subject: Marc-Andre Lemburg: add PyExc_UnicodeError --- Include/pyerrors.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Include/pyerrors.h b/Include/pyerrors.h index 34ac78c..e77f7de 100644 --- a/Include/pyerrors.h +++ b/Include/pyerrors.h @@ -79,6 +79,7 @@ extern DL_IMPORT(PyObject *) PyExc_SystemError; extern DL_IMPORT(PyObject *) PyExc_SystemExit; extern DL_IMPORT(PyObject *) PyExc_TypeError; extern DL_IMPORT(PyObject *) PyExc_UnboundLocalError; +extern DL_IMPORT(PyObject *) PyExc_UnicodeError; extern DL_IMPORT(PyObject *) PyExc_ValueError; extern DL_IMPORT(PyObject *) PyExc_ZeroDivisionError; #ifdef MS_WINDOWS -- cgit v0.12