diff options
author | Guido van Rossum <guido@python.org> | 1996-09-10 18:09:44 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1996-09-10 18:09:44 (GMT) |
commit | f62e5bf339420150d5dab6bd9358e03b74a58b16 (patch) | |
tree | 73f02b0b71060ce4d71e3e604942eb366c3f0265 /Modules | |
parent | 694f7010ed135a3c935f5b72d4c030d880ec71e4 (diff) | |
download | cpython-f62e5bf339420150d5dab6bd9358e03b74a58b16.zip cpython-f62e5bf339420150d5dab6bd9358e03b74a58b16.tar.gz cpython-f62e5bf339420150d5dab6bd9358e03b74a58b16.tar.bz2 |
Update based on Python 1.4b3.
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/python.exp | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/Modules/python.exp b/Modules/python.exp index 86fd6af..348f85b 100644 --- a/Modules/python.exp +++ b/Modules/python.exp @@ -22,16 +22,7 @@ * are defined in the statically-bound modules and libraries. * ========================================================= * -PyAccess_AsValue -PyAccess_Clone -PyAccess_FromValue -PyAccess_HasValue -PyAccess_SetOwner -PyAccess_SetValue -PyAccess_Type -PyAnyMapping_Type -PyAnyNumber_Type -PyAnySequence_Type +PyAST_Type PyArg_GetChar PyArg_GetDoubleArray PyArg_GetFloat @@ -46,6 +37,7 @@ PyArg_GetShortArraySize PyArg_GetString PyArg_Parse PyArg_ParseTuple +PyArg_ParseTupleAndKeywords PyArgs_VaParse PyBuiltin_GetDict PyBuiltin_GetModule @@ -207,6 +199,7 @@ PyMarshal_ReadObjectFromFile PyMarshal_ReadObjectFromString PyMarshal_WriteLongToFile PyMarshal_WriteObjectToFile +PyMarshal_WriteObjectToString PyMember_Get PyMember_Set PyMethod_Class @@ -255,6 +248,7 @@ PyObject_CallMethod PyObject_CallObject PyObject_Cmp PyObject_Compare +PyObject_DelItem PyObject_GetAttr PyObject_GetAttrString PyObject_GetItem @@ -288,6 +282,8 @@ PyRun_String PySequence_Check PySequence_Concat PySequence_Count +PySequence_DelItem +PySequence_DelSlice PySequence_GetItem PySequence_GetSlice PySequence_In @@ -424,6 +420,7 @@ initimp initmath initmd5 initoperator +initparser initposix initpwd initregex |