diff options
author | Guido van Rossum <guido@python.org> | 1996-07-30 17:38:17 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1996-07-30 17:38:17 (GMT) |
commit | 950a12602f5c46affaa541ce2a3eb82edc64eba7 (patch) | |
tree | b3dc7d833b43f7627723402c972a21e617310afb /PC/python.def | |
parent | 2b65444b9f187b73e3d726207629ca0202190896 (diff) | |
download | cpython-950a12602f5c46affaa541ce2a3eb82edc64eba7.zip cpython-950a12602f5c46affaa541ce2a3eb82edc64eba7.tar.gz cpython-950a12602f5c46affaa541ce2a3eb82edc64eba7.tar.bz2 |
New versions of almost all files.
Diffstat (limited to 'PC/python.def')
-rw-r--r-- | PC/python.def | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/PC/python.def b/PC/python.def index 77f26d3..0f8e04d 100644 --- a/PC/python.def +++ b/PC/python.def @@ -121,6 +121,8 @@ EXPORTS PyImport_GetModuleDict PyImport_AddModule PyImport_ImportModule + PyImport_ImportFrozenModule + PyImport_FrozenModules PyImport_ReloadModule PyImport_Cleanup PyInt_FromLong |