summaryrefslogtreecommitdiffstats
path: root/PC/os2emx
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-09-29 07:34:13 (GMT)
committerGeorg Brandl <georg@python.org>2012-09-29 07:34:13 (GMT)
commit08a9012352933e09b4e5338adbe802b814183758 (patch)
treed48730b0107a85b9f44a685bb9a9d7aea323f833 /PC/os2emx
parentc7d7136c695fd31d29a83fa2de5823c9202d9392 (diff)
downloadcpython-08a9012352933e09b4e5338adbe802b814183758.zip
cpython-08a9012352933e09b4e5338adbe802b814183758.tar.gz
cpython-08a9012352933e09b4e5338adbe802b814183758.tar.bz2
Bump version to 3.4.0 alpha 0.
Diffstat (limited to 'PC/os2emx')
-rw-r--r--PC/os2emx/Makefile2
-rw-r--r--PC/os2emx/README.os2emx2
-rw-r--r--PC/os2emx/python34.def (renamed from PC/os2emx/python33.def)250
3 files changed, 127 insertions, 127 deletions
diff --git a/PC/os2emx/Makefile b/PC/os2emx/Makefile
index 800610e..b87e8b9 100644
--- a/PC/os2emx/Makefile
+++ b/PC/os2emx/Makefile
@@ -237,7 +237,7 @@ $(OUT)%$O: %.c
# Output file names
PYTHON_VER= 2.6
-PYTHON_LIB= python33
+PYTHON_LIB= python34
PYTHON.LIB= $(PYTHON_LIB)_s$A
PYTHON.IMPLIB= $(PYTHON_LIB)$A
ifeq ($(EXEOMF),yes)
diff --git a/PC/os2emx/README.os2emx b/PC/os2emx/README.os2emx
index 61cf6df..61872b6 100644
--- a/PC/os2emx/README.os2emx
+++ b/PC/os2emx/README.os2emx
@@ -305,7 +305,7 @@ Procedure
to be installed in a directory other than the PYTHONHOME directory, set
the value of the Makefile variable EXE_DIR to the appropriate directory.
-3. If you wish the Python core DLL (python33.dll) to be installed in a
+3. If you wish the Python core DLL (python34.dll) to be installed in a
directory other than the directory in which the Python executables are
installed (by default, the PYTHONHOME directory), set the value of the
Makefile variable DLL_DIR to the appropriate directory. This DLL must
diff --git a/PC/os2emx/python33.def b/PC/os2emx/python34.def
index 256726b..0a718a1 100644
--- a/PC/os2emx/python33.def
+++ b/PC/os2emx/python34.def
@@ -1,72 +1,72 @@
-LIBRARY python33 INITINSTANCE TERMINSTANCE
+LIBRARY python34 INITINSTANCE TERMINSTANCE
DESCRIPTION "Python 2.6 Core DLL"
PROTMODE
DATA MULTIPLE NONSHARED
EXPORTS
-; From python33_s.lib(config)
+; From python34_s.lib(config)
"_PyImport_Inittab"
-; From python33_s.lib(dlfcn)
+; From python34_s.lib(dlfcn)
; "dlopen"
; "dlsym"
; "dlclose"
; "dlerror"
-; From python33_s.lib(getpathp)
+; From python34_s.lib(getpathp)
"Py_GetProgramFullPath"
"Py_GetPrefix"
"Py_GetExecPrefix"
"Py_GetPath"
-; From python33_s.lib(getbuildinfo)
+; From python34_s.lib(getbuildinfo)
"Py_GetBuildInfo"
"_Py_svnversion"
-; From python33_s.lib(main)
+; From python34_s.lib(main)
"Py_Main"
"Py_GetArgcArgv"
-; From python33_s.lib(acceler)
+; From python34_s.lib(acceler)
"PyGrammar_AddAccelerators"
"PyGrammar_RemoveAccelerators"
-; From python33_s.lib(grammar1)
+; From python34_s.lib(grammar1)
"PyGrammar_FindDFA"
"PyGrammar_LabelRepr"
-; From python33_s.lib(listnode)
+; From python34_s.lib(listnode)
"PyNode_ListTree"
-; From python33_s.lib(node)
+; From python34_s.lib(node)
"PyNode_New"
"PyNode_AddChild"
"PyNode_Free"
-; From python33_s.lib(parser)
+; From python34_s.lib(parser)
"PyParser_AddToken"
"PyParser_New"
"PyParser_Delete"
-; From python33_s.lib(parsetok)
+; From python34_s.lib(parsetok)
"PyParser_ParseString"
"PyParser_ParseStringFlagsFilename"
"PyParser_ParseFile"
"PyParser_ParseFileFlags"
"PyParser_ParseStringFlags"
-; From python33_s.lib(bitset)
+; From python34_s.lib(bitset)
"_Py_newbitset"
"_Py_delbitset"
"_Py_addbit"
"_Py_samebitset"
"_Py_mergebitset"
-; From python33_s.lib(metagrammar)
+; From python34_s.lib(metagrammar)
"_Py_meta_grammar"
"Py_meta_grammar"
-; From python33_s.lib(tokenizer)
+; From python34_s.lib(tokenizer)
"PyToken_OneChar"
"PyToken_TwoChars"
"PyToken_ThreeChars"
@@ -76,14 +76,14 @@ EXPORTS
"PyTokenizer_Get"
"_PyParser_TokenNames"
-; From python33_s.lib(myreadline)
+; From python34_s.lib(myreadline)
"_PyOS_ReadlineTState"
"PyOS_ReadlineFunctionPointer"
"PyOS_StdioReadline"
"PyOS_Readline"
"PyOS_InputHook"
-; From python33_s.lib(abstract)
+; From python34_s.lib(abstract)
"_PyObject_LengthHint"
"PyMapping_Size"
"PyObject_CallMethod"
@@ -174,13 +174,13 @@ EXPORTS
"PyObject_IsInstance"
"PyObject_IsSubclass"
-; From python33_s.lib(boolobject)
+; From python34_s.lib(boolobject)
"PyBool_FromLong"
"PyBool_Type"
"_Py_ZeroStruct"
"_Py_TrueStruct"
-; From python33_s.lib(bufferobject)
+; From python34_s.lib(bufferobject)
"PyBuffer_FromObject"
"PyBuffer_FromReadWriteObject"
"PyBuffer_FromMemory"
@@ -188,13 +188,13 @@ EXPORTS
"PyBuffer_New"
"PyBuffer_Type"
-; From python33_s.lib(cellobject)
+; From python34_s.lib(cellobject)
"PyCell_New"
"PyCell_Get"
"PyCell_Set"
"PyCell_Type"
-; From python33_s.lib(classobject)
+; From python34_s.lib(classobject)
"PyClass_New"
"PyClass_IsSubclass"
"PyInstance_New"
@@ -209,7 +209,7 @@ EXPORTS
"PyInstance_Type"
"PyMethod_Type"
-; From python33_s.lib(capsule)
+; From python34_s.lib(capsule)
"PyCapsule_GetContext"
"PyCapsule_GetDestructor"
"PyCapsule_GetName"
@@ -222,7 +222,7 @@ EXPORTS
"PyCapsule_SetName"
"PyCapsule_SetPointer"
-; From python33_s.lib(cobject)
+; From python34_s.lib(cobject)
"PyCObject_FromVoidPtr"
"PyCObject_FromVoidPtrAndDesc"
"PyCObject_AsVoidPtr"
@@ -231,13 +231,13 @@ EXPORTS
"PyCObject_SetVoidPtr"
"PyCObject_Type"
-; From python33_s.lib(codeobject)
+; From python34_s.lib(codeobject)
"PyCode_New"
"PyCode_Addr2Line"
"PyCode_CheckLineNumber"
"PyCode_Type"
-; From python33_s.lib(complexobject)
+; From python34_s.lib(complexobject)
"_Py_c_pow"
"_Py_c_sum"
"_Py_c_diff"
@@ -251,7 +251,7 @@ EXPORTS
"PyComplex_AsCComplex"
"PyComplex_Type"
-; From python33_s.lib(descrobject)
+; From python34_s.lib(descrobject)
"PyWrapper_New"
"PyDescr_NewMethod"
"PyDescr_NewClassMethod"
@@ -262,7 +262,7 @@ EXPORTS
"PyWrapperDescr_Type"
"PyProperty_Type"
-; From python33_s.lib(dictobject)
+; From python34_s.lib(dictobject)
"PyDict_New"
"PyDict_GetItem"
"PyDict_SetItem"
@@ -286,11 +286,11 @@ EXPORTS
"PyDictIterValue_Type"
"PyDictIterItem_Type"
-; From python33_s.lib(enumobject)
+; From python34_s.lib(enumobject)
"PyEnum_Type"
"PyReversed_Type"
-; From python33_s.lib(fileobject)
+; From python34_s.lib(fileobject)
"PyFile_FromString"
"Py_UniversalNewlineFread"
"PyFile_GetLine"
@@ -306,7 +306,7 @@ EXPORTS
"PyFile_Name"
"PyFile_Type"
-; From python33_s.lib(floatobject)
+; From python34_s.lib(floatobject)
"PyFloat_FromString"
"PyFloat_AsDouble"
"PyFloat_Fini"
@@ -321,7 +321,7 @@ EXPORTS
"PyFloat_AsStringEx"
"PyFloat_Type"
-; From python33_s.lib(frameobject)
+; From python34_s.lib(frameobject)
"PyFrame_New"
"PyFrame_FastToLocals"
"PyFrame_LocalsToFast"
@@ -331,7 +331,7 @@ EXPORTS
"PyFrame_BlockPop"
"PyFrame_Type"
-; From python33_s.lib(funcobject)
+; From python34_s.lib(funcobject)
"PyFunction_New"
"PyFunction_GetCode"
"PyFunction_GetGlobals"
@@ -346,12 +346,12 @@ EXPORTS
"PyClassMethod_Type"
"PyStaticMethod_Type"
-; From python33_s.lib(genobject)
+; From python34_s.lib(genobject)
"PyGen_New"
"PyGen_NeedsFinalizing"
"PyGen_Type"
-; From python33_s.lib(intobject)
+; From python34_s.lib(intobject)
"PyInt_AsLong"
"PyInt_AsUnsignedLongMask"
"PyInt_AsUnsignedLongLongMask"
@@ -366,13 +366,13 @@ EXPORTS
"_PyInt_Init"
"PyInt_Type"
-; From python33_s.lib(iterobject)
+; From python34_s.lib(iterobject)
"PySeqIter_New"
"PyCallIter_New"
"PySeqIter_Type"
"PyCallIter_Type"
-; From python33_s.lib(listobject)
+; From python34_s.lib(listobject)
"PyList_New"
"PyList_Append"
"PyList_Size"
@@ -390,7 +390,7 @@ EXPORTS
"PyListIter_Type"
"PyListRevIter_Type"
-; From python33_s.lib(longobject)
+; From python34_s.lib(longobject)
"PyLong_FromDouble"
"PyLong_AsLong"
"_PyLong_AsSsize_t"
@@ -420,7 +420,7 @@ EXPORTS
"PyLong_Type"
"_PyLong_DigitValue"
-; From python33_s.lib(methodobject)
+; From python34_s.lib(methodobject)
"PyCFunction_Call"
"Py_FindMethodInChain"
"PyCFunction_GetFunction"
@@ -432,7 +432,7 @@ EXPORTS
"PyCFunction_New"
"PyCFunction_Type"
-; From python33_s.lib(moduleobject)
+; From python34_s.lib(moduleobject)
"PyModule_New"
"_PyModule_Clear"
"PyModule_GetDict"
@@ -440,7 +440,7 @@ EXPORTS
"PyModule_GetFilename"
"PyModule_Type"
-; From python33_s.lib(object)
+; From python34_s.lib(object)
"Py_DivisionWarningFlag"
"PyObject_Str"
"PyObject_Repr"
@@ -493,15 +493,15 @@ EXPORTS
"_PyTrash_delete_nesting"
"_PyTrash_delete_later"
-; From python33_s.lib(obmalloc)
+; From python34_s.lib(obmalloc)
"PyObject_Malloc"
"PyObject_Free"
"PyObject_Realloc"
-; From python33_s.lib(rangeobject)
+; From python34_s.lib(rangeobject)
"PyRange_Type"
-; From python33_s.lib(setobject)
+; From python34_s.lib(setobject)
"PySet_Pop"
"PySet_New"
"PyFrozenSet_New"
@@ -516,7 +516,7 @@ EXPORTS
"PySet_Type"
"PyFrozenSet_Type"
-; From python33_s.lib(sliceobject)
+; From python34_s.lib(sliceobject)
"_PySlice_FromIndices"
"PySlice_GetIndices"
"PySlice_GetIndicesEx"
@@ -524,7 +524,7 @@ EXPORTS
"_Py_EllipsisObject"
"PySlice_Type"
-; From python33_s.lib(stringobject)
+; From python34_s.lib(stringobject)
"PyString_FromStringAndSize"
"PyString_InternInPlace"
"PyString_FromString"
@@ -555,12 +555,12 @@ EXPORTS
"PyString_Type"
"PyBaseString_Type"
-; From python33_s.lib(structseq)
+; From python34_s.lib(structseq)
"PyStructSequence_InitType"
"PyStructSequence_New"
"PyStructSequence_UnnamedField"
-; From python33_s.lib(tupleobject)
+; From python34_s.lib(tupleobject)
"PyTuple_New"
"PyTuple_Pack"
"_PyTuple_Resize"
@@ -572,7 +572,7 @@ EXPORTS
"PyTuple_Type"
"PyTupleIter_Type"
-; From python33_s.lib(typeobject)
+; From python34_s.lib(typeobject)
"PyType_IsSubtype"
"_PyType_Lookup"
"PyType_Ready"
@@ -583,7 +583,7 @@ EXPORTS
"PyBaseObject_Type"
"PySuper_Type"
-; From python33_s.lib(unicodeobject)
+; From python34_s.lib(unicodeobject)
"PyUnicodeUCS2_Resize"
"PyUnicodeUCS2_FromOrdinal"
"PyUnicodeUCS2_FromObject"
@@ -649,7 +649,7 @@ EXPORTS
"PyUnicode_AsDecodedObject"
"PyUnicode_Type"
-; From python33_s.lib(unicodectype)
+; From python34_s.lib(unicodectype)
"_PyUnicode_TypeRecords"
"_PyUnicodeUCS2_ToNumeric"
"_PyUnicodeUCS2_IsLowercase"
@@ -667,7 +667,7 @@ EXPORTS
"_PyUnicodeUCS2_IsNumeric"
"_PyUnicodeUCS2_IsAlpha"
-; From python33_s.lib(weakrefobject)
+; From python34_s.lib(weakrefobject)
"PyWeakref_NewRef"
"PyWeakref_NewProxy"
"PyObject_ClearWeakRefs"
@@ -678,7 +678,7 @@ EXPORTS
"_PyWeakref_ProxyType"
"_PyWeakref_CallableProxyType"
-; From python33_s.lib(Python-ast)
+; From python34_s.lib(Python-ast)
; "init_ast"
"Module"
"Interactive"
@@ -737,18 +737,18 @@ EXPORTS
"alias"
"PyAST_mod2obj"
-; From python33_s.lib(asdl)
+; From python34_s.lib(asdl)
"asdl_seq_new"
"asdl_int_seq_new"
-; From python33_s.lib(ast)
+; From python34_s.lib(ast)
"PyAST_FromNode"
-; From python33_s.lib(bltinmodule)
+; From python34_s.lib(bltinmodule)
"_PyBuiltin_Init"
"Py_FileSystemDefaultEncoding"
-; From python33_s.lib(exceptions)
+; From python34_s.lib(exceptions)
"PyUnicodeEncodeError_GetStart"
"PyUnicodeDecodeError_GetStart"
"PyUnicodeEncodeError_GetEnd"
@@ -824,7 +824,7 @@ EXPORTS
"PyExc_ImportWarning"
"PyExc_MemoryErrorInst"
-; From python33_s.lib(ceval)
+; From python34_s.lib(ceval)
"PyEval_EvalFrameEx"
"PyEval_CallObjectWithKeywords"
"PyEval_EvalCodeEx"
@@ -863,13 +863,13 @@ EXPORTS
"_Py_CheckInterval"
"_Py_Ticker"
-; From python33_s.lib(compile)
+; From python34_s.lib(compile)
"_Py_Mangle"
"PyAST_Compile"
"PyNode_Compile"
"Py_OptimizeFlag"
-; From python33_s.lib(codecs)
+; From python34_s.lib(codecs)
"_PyCodec_Lookup"
"PyCodec_Encode"
"PyCodec_Decode"
@@ -888,7 +888,7 @@ EXPORTS
"PyCodec_LookupError"
"PyCodec_StrictErrors"
-; From python33_s.lib(errors)
+; From python34_s.lib(errors)
"PyErr_SetNone"
"PyErr_SetString"
"PyErr_GivenExceptionMatches"
@@ -914,16 +914,16 @@ EXPORTS
"PyErr_Warn"
"PyErr_WarnExplicit"
-; From python33_s.lib(frozen)
+; From python34_s.lib(frozen)
"PyImport_FrozenModules"
-; From python33_s.lib(frozenmain)
+; From python34_s.lib(frozenmain)
"Py_FrozenMain"
-; From python33_s.lib(future)
+; From python34_s.lib(future)
"PyFuture_FromAST"
-; From python33_s.lib(getargs)
+; From python34_s.lib(getargs)
"PyArg_Parse"
"_PyArg_Parse_SizeT"
"PyArg_ParseTuple"
@@ -937,22 +937,22 @@ EXPORTS
"_PyArg_VaParse_SizeT"
"_PyArg_VaParseTupleAndKeywords_SizeT"
-; From python33_s.lib(getcompiler)
+; From python34_s.lib(getcompiler)
"Py_GetCompiler"
-; From python33_s.lib(getcopyright)
+; From python34_s.lib(getcopyright)
"Py_GetCopyright"
-; From python33_s.lib(getplatform)
+; From python34_s.lib(getplatform)
"Py_GetPlatform"
-; From python33_s.lib(getversion)
+; From python34_s.lib(getversion)
"Py_GetVersion"
-; From python33_s.lib(graminit)
+; From python34_s.lib(graminit)
"_PyParser_Grammar"
-; From python33_s.lib(import)
+; From python34_s.lib(import)
"_PyImport_Init"
"_PyImportHooks_Init"
"PyImport_ImportModule"
@@ -979,10 +979,10 @@ EXPORTS
"PyImport_Inittab"
"_PyImport_Filetab"
-; From python33_s.lib(importdl)
+; From python34_s.lib(importdl)
"_PyImport_LoadDynamicModule"
-; From python33_s.lib(marshal)
+; From python34_s.lib(marshal)
"PyMarshal_ReadLongFromFile"
"PyMarshal_WriteObjectToString"
"PyMarshal_WriteLongToFile"
@@ -993,7 +993,7 @@ EXPORTS
"PyMarshal_ReadObjectFromString"
"PyMarshal_Init"
-; From python33_s.lib(modsupport)
+; From python34_s.lib(modsupport)
"Py_InitModule4"
"Py_BuildValue"
"_Py_BuildValue_SizeT"
@@ -1006,24 +1006,24 @@ EXPORTS
"PyModule_AddStringConstant"
"_Py_PackageContext"
-; From python33_s.lib(mysnprintf)
+; From python34_s.lib(mysnprintf)
"PyOS_snprintf"
"PyOS_vsnprintf"
-; From python33_s.lib(mystrtoul)
+; From python34_s.lib(mystrtoul)
"PyOS_strtoul"
"PyOS_strtol"
-; From python33_s.lib(pyarena)
+; From python34_s.lib(pyarena)
"PyArena_New"
"PyArena_Free"
"PyArena_Malloc"
"PyArena_AddPyObject"
-; From python33_s.lib(pyfpe)
+; From python34_s.lib(pyfpe)
"PyFPE_dummy"
-; From python33_s.lib(pystate)
+; From python34_s.lib(pystate)
"PyInterpreterState_Clear"
"PyThreadState_Clear"
"_PyThread_CurrentFrames"
@@ -1048,7 +1048,7 @@ EXPORTS
"_PyThreadState_Current"
"_PyThreadState_GetFrame"
-; From python33_s.lib(pythonrun)
+; From python34_s.lib(pythonrun)
"Py_IgnoreEnvironmentFlag"
"Py_DebugFlag"
"Py_VerboseFlag"
@@ -1110,20 +1110,20 @@ EXPORTS
"Py_UnicodeFlag"
"_Py_QnewFlag"
-; From python33_s.lib(structmember)
+; From python34_s.lib(structmember)
"PyMember_Get"
"PyMember_GetOne"
"PyMember_SetOne"
"PyMember_Set"
-; From python33_s.lib(symtable)
+; From python34_s.lib(symtable)
"PySymtable_Build"
"PySymtable_Free"
"PyST_GetScope"
"PySymtable_Lookup"
"PySTEntry_Type"
-; From python33_s.lib(sysmodule)
+; From python34_s.lib(sysmodule)
"_PySys_Init"
"PySys_WriteStderr"
"PySys_SetPath"
@@ -1137,22 +1137,22 @@ EXPORTS
"PySys_ResetWarnOptions"
"PySys_AddWarnOption"
-; From python33_s.lib(traceback)
+; From python34_s.lib(traceback)
"PyTraceBack_Here"
"PyTraceBack_Print"
"PyTraceBack_Type"
-; From python33_s.lib(getopt)
+; From python34_s.lib(getopt)
"_PyOS_GetOpt"
"_PyOS_opterr"
"_PyOS_optind"
"_PyOS_optarg"
-; From python33_s.lib(dynload_shlib)
+; From python34_s.lib(dynload_shlib)
"_PyImport_DynLoadFiletab"
"_PyImport_GetDynLoadFunc"
-; From python33_s.lib(thread)
+; From python34_s.lib(thread)
"PyThread_delete_key_value"
"PyThread_init_thread"
"PyThread_start_new_thread"
@@ -1169,7 +1169,7 @@ EXPORTS
"PyThread_set_key_value"
"PyThread_get_key_value"
-; From python33_s.lib(gcmodule)
+; From python34_s.lib(gcmodule)
; "initgc"
"_PyObject_GC_New"
"_PyObject_GC_NewVar"
@@ -1185,7 +1185,7 @@ EXPORTS
"_PyObject_GC_Del"
"_PyGC_generation0"
-; From python33_s.lib(signalmodule)
+; From python34_s.lib(signalmodule)
; "initsignal"
"PyErr_CheckSignals"
"PyErr_SetInterrupt"
@@ -1194,121 +1194,121 @@ EXPORTS
"PyOS_InitInterrupts"
"PyOS_AfterFork"
-; From python33_s.lib(posixmodule)
+; From python34_s.lib(posixmodule)
; "initos2"
-; From python33_s.lib(_threadmodule)
+; From python34_s.lib(_threadmodule)
; "init_thread"
-; From python33_s.lib(arraymodule)
+; From python34_s.lib(arraymodule)
; "initarray"
; "array_methods"
-; From python33_s.lib(binascii)
+; From python34_s.lib(binascii)
; "initbinascii"
-; From python33_s.lib(cmathmodule)
+; From python34_s.lib(cmathmodule)
; "initcmath"
-; From python33_s.lib(_codecsmodule)
+; From python34_s.lib(_codecsmodule)
; "init_codecs"
-; From python33_s.lib(collectionsmodule)
+; From python34_s.lib(collectionsmodule)
; "initcollections"
"dequeiter_type"
"dequereviter_type"
-; From python33_s.lib(cPickle)
+; From python34_s.lib(cPickle)
; "initcPickle"
; "fast_save_leave"
-; From python33_s.lib(_csv)
+; From python34_s.lib(_csv)
; "init_csv"
-; From python33_s.lib(datetimemodule)
+; From python34_s.lib(datetimemodule)
; "initdatetime"
-; From python33_s.lib(dlmodule)
+; From python34_s.lib(dlmodule)
; "initdl"
-; From python33_s.lib(errnomodule)
+; From python34_s.lib(errnomodule)
; "initerrno"
-; From python33_s.lib(fcntlmodule)
+; From python34_s.lib(fcntlmodule)
; "initfcntl"
-; From python33_s.lib(_functoolsmodule)
+; From python34_s.lib(_functoolsmodule)
; "init_functools"
-; From python33_s.lib(_heapqmodule)
+; From python34_s.lib(_heapqmodule)
; "init_heapq"
-; From python33_s.lib(imageop)
+; From python34_s.lib(imageop)
; "initimageop"
-; From python33_s.lib(itertoolsmodule)
+; From python34_s.lib(itertoolsmodule)
; "inititertools"
-; From python33_s.lib(_localemodule)
+; From python34_s.lib(_localemodule)
; "init_locale"
-; From python33_s.lib(mathmodule)
+; From python34_s.lib(mathmodule)
; "initmath"
-; From python33_s.lib(md5)
+; From python34_s.lib(md5)
"md5_finish"
"md5_init"
"md5_append"
-; From python33_s.lib(md5module)
+; From python34_s.lib(md5module)
; "init_md5"
-; From python33_s.lib(operator)
+; From python34_s.lib(operator)
; "initoperator"
-; From python33_s.lib(_randommodule)
+; From python34_s.lib(_randommodule)
; "init_random"
-; From python33_s.lib(rgbimgmodule)
+; From python34_s.lib(rgbimgmodule)
; "initrgbimg"
-; From python33_s.lib(shamodule)
+; From python34_s.lib(shamodule)
; "init_sha"
-; From python33_s.lib(sha256module)
+; From python34_s.lib(sha256module)
; "init_sha256"
-; From python33_s.lib(sha512module)
+; From python34_s.lib(sha512module)
; "init_sha512"
-; From python33_s.lib(_sre)
+; From python34_s.lib(_sre)
; "init_sre"
-; From python33_s.lib(stropmodule)
+; From python34_s.lib(stropmodule)
; "initstrop"
-; From python33_s.lib(_struct)
+; From python34_s.lib(_struct)
; "init_struct"
-; From python33_s.lib(symtablemodule)
+; From python34_s.lib(symtablemodule)
; "init_symtable"
-; From python33_s.lib(termios)
+; From python34_s.lib(termios)
; "inittermios"
-; From python33_s.lib(timemodule)
+; From python34_s.lib(timemodule)
; "inittime"
"_PyTime_DoubleToTimet"
; "inittimezone"
-; From python33_s.lib(timingmodule)
+; From python34_s.lib(timingmodule)
; "inittiming"
-; From python33_s.lib(_weakref)
+; From python34_s.lib(_weakref)
; "init_weakref"
-; From python33_s.lib(xxsubtype)
+; From python34_s.lib(xxsubtype)
; "initxxsubtype"
-; From python33_s.lib(zipimport)
+; From python34_s.lib(zipimport)
; "initzipimport"