summaryrefslogtreecommitdiffstats
path: root/PC
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1998-05-22 00:56:20 (GMT)
committerGuido van Rossum <guido@python.org>1998-05-22 00:56:20 (GMT)
commitc8498dc604424d305d3ea53ee96a758aae017624 (patch)
tree24840ba48c55780cda1512c1686c8ea41b89fcce /PC
parent0dabacee160cbb9d848b4e2b292e9e70aefd96f8 (diff)
downloadcpython-c8498dc604424d305d3ea53ee96a758aae017624.zip
cpython-c8498dc604424d305d3ea53ee96a758aae017624.tar.gz
cpython-c8498dc604424d305d3ea53ee96a758aae017624.tar.bz2
Add PyErr_PrintEx and PySequence_Contains.
Diffstat (limited to 'PC')
-rw-r--r--PC/python_nt.def2
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