Add PyErr_PrintEx and PySequence_Contains.

This commit is contained in:
Guido van Rossum 1998-05-22 00:56:20 +00:00
parent 0dabacee16
commit c8498dc604
1 changed files with 2 additions and 0 deletions

View File

@ -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