diff options
author | Guido van Rossum <guido@python.org> | 1998-05-22 00:56:20 +0000 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-05-22 00:56:20 +0000 |
commit | c8498dc604424d305d3ea53ee96a758aae017624 (patch) | |
tree | 24840ba48c55780cda1512c1686c8ea41b89fcce | |
parent | 0dabacee160cbb9d848b4e2b292e9e70aefd96f8 (diff) | |
download | cpython-git-c8498dc604424d305d3ea53ee96a758aae017624.tar.gz |
Add PyErr_PrintEx and PySequence_Contains.
-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 6bb5a4bdd4..3b7496fa1a 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 |