From: Guido van Rossum Date: Fri, 22 May 1998 00:56:20 +0000 (+0000) Subject: Add PyErr_PrintEx and PySequence_Contains. X-Git-Tag: v1.5.2a1~565 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c8498dc604424d305d3ea53ee96a758aae017624;p=thirdparty%2FPython%2Fcpython.git Add PyErr_PrintEx and PySequence_Contains. --- diff --git a/PC/python_nt.def b/PC/python_nt.def index 6bb5a4bdd49b..3b7496fa1a8c 100644 --- a/PC/python_nt.def +++ b/PC/python_nt.def @@ -105,6 +105,7 @@ EXPORTS PyErr_NoMemory PyErr_Occurred PyErr_Print + PyErr_PrintEx PyErr_Restore PyErr_SetFromErrno PyErr_SetInterrupt @@ -279,6 +280,7 @@ EXPORTS PyRun_String PySequence_Check PySequence_Concat + PySequence_Contains PySequence_Count PySequence_DelItem PySequence_DelSlice