diff options
author | Guido van Rossum <guido@python.org> | 1997-02-14 17:11:33 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-02-14 17:11:33 (GMT) |
commit | 115eb64ff69fdeb48a7cb7e62981284b2de49ef5 (patch) | |
tree | e348ce5e7bd13be3d66fd531d881493b767b5c4a /PC | |
parent | c4193f1547657d9a495f1dda6fec60a55807ffc6 (diff) | |
download | cpython-115eb64ff69fdeb48a7cb7e62981284b2de49ef5.zip cpython-115eb64ff69fdeb48a7cb7e62981284b2de49ef5.tar.gz cpython-115eb64ff69fdeb48a7cb7e62981284b2de49ef5.tar.bz2 |
Added PyArg_ParseTupleAndKeywords, PyErr_Format.
Diffstat (limited to 'PC')
-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 b05696e..f50e8d6 100644 --- a/PC/python_nt.def +++ b/PC/python_nt.def @@ -245,6 +245,7 @@ EXPORTS PyArg_Parse PyArgs_VaParse PyArg_ParseTuple + PyArg_ParseTupleAndKeywords PyArg_GetChar PyArg_GetDoubleArray PyArg_GetFloat @@ -259,6 +260,7 @@ EXPORTS PyArg_GetString PyErr_BadArgument PyErr_BadInternalCall + PyErr_Format PyErr_NoMemory PyErr_SetFromErrno PyErr_SetNone |