diff options
author | Guido van Rossum <guido@python.org> | 1998-05-22 00:56:20 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-05-22 00:56:20 (GMT) |
commit | c8498dc604424d305d3ea53ee96a758aae017624 (patch) | |
tree | 24840ba48c55780cda1512c1686c8ea41b89fcce /PC/python_nt.def | |
parent | 0dabacee160cbb9d848b4e2b292e9e70aefd96f8 (diff) | |
download | cpython-c8498dc604424d305d3ea53ee96a758aae017624.zip cpython-c8498dc604424d305d3ea53ee96a758aae017624.tar.gz cpython-c8498dc604424d305d3ea53ee96a758aae017624.tar.bz2 |
Add PyErr_PrintEx and PySequence_Contains.
Diffstat (limited to 'PC/python_nt.def')
-rw-r--r-- | PC/python_nt.def | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/PC/python_nt.def b/PC/python_nt.def index 6bb5a4b..3b7496f 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 |