[Python-checkins] CVS: python/dist/src/Mac/Build PythonCore.exp,1.10,1.11

Jack Jansen jackjansen@users.sourceforge.net
Tue, 07 Aug 2001 06:52:45 -0700


Update of /cvsroot/python/python/dist/src/Mac/Build
In directory usw-pr-cvs1:/tmp/cvs-serv16086/python/Mac/Build

Modified Files:
	PythonCore.exp 
Log Message:
Bit another bullet: all toolbox modules are now in dynamically loaded modules. Everything still seems to work, but the ConfigurePythonXXX on initial install may still need work.

Index: PythonCore.exp
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Build/PythonCore.exp,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** PythonCore.exp	2001/08/07 12:33:22	1.10
--- PythonCore.exp	2001/08/07 13:52:43	1.11
***************
*** 817,862 ****
  PyMac_FindResourceModule
  _PyImport_Inittab
- CtlObj_chain
- Control_Type
- initCtl
- _CtlObj_Convert
- _CtlObj_New
- DlgObj_chain
- Dialog_Type
- initDlg
- _DlgObj_Convert
- _DlgObj_New
- _DlgObj_WhichDialog
- MenuObj_chain
- Menu_Type
- initMenu
- _MenuObj_Convert
- _MenuObj_New
- GrafObj_chain
- GrafPort_Type
- BMObj_chain
- BitMap_Type
- QDGlobalsAccess_Type
- initQd
- BMObj_NewCopied
- _BMObj_Convert
- _BMObj_New
- _GrafObj_Convert
- _GrafObj_New
- _QdRGB_Convert
- _QdRGB_New
- ResObj_chain
- Resource_Type
- initRes
- _OptResObj_Convert
- _OptResObj_New
- _ResObj_Convert
- _ResObj_New
- WinObj_chain
- Window_Type
- initWin
- _WinObj_WhichWindow
- _WinObj_Convert
- _WinObj_New
  PyBuffer_Type
  PyBuffer_New
--- 817,820 ----
***************
*** 1005,1027 ****
  _PyExc_Init
  initNav
- AEDesc_chain
- AEDesc_Type
- upp_GenericEventHandler
- upp_AEIdleProc
- initAE
- _AEDesc_Convert
- _AEDesc_New
  init_locale
- initEvt
  init_sre
  initsha
- DragObj_chain
- DragObj_Type
- dragglue_TrackingHandlerUPP
- dragglue_ReceiveHandlerUPP
- dragglue_SendDataUPP
- initDrag
- _DragObj_Convert
- _DragObj_New
  initxreadlines
  PyCell_Type
--- 963,969 ----