[Python-checkins] CVS: python/dist/src/Mac/Modules/ae aesupport.py,1.25,1.26

Jack Jansen jackjansen@users.sourceforge.net
Sun, 24 Mar 2002 16:32:19 -0800


Update of /cvsroot/python/python/dist/src/Mac/Modules/ae
In directory usw-pr-cvs1:/tmp/cvs-serv22546/Python/Mac/Modules/ae

Modified Files:
	aesupport.py 
Log Message:
Weaklink most toolbox modules, improving backward compatibility. Modules will no longer fail to load if a single routine is missing on the curent OS version, in stead calling the missing routine will raise an exception.

Should finally fix 531398. 2.2.1 candidate.

Index: aesupport.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/ae/aesupport.py,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** aesupport.py	4 Jan 2002 13:49:36 -0000	1.25
--- aesupport.py	25 Mar 2002 00:32:17 -0000	1.26
***************
*** 78,83 ****
  
  
! AEFunction = OSErrFunctionGenerator
! AEMethod = OSErrMethodGenerator
  
  
--- 78,83 ----
  
  
! AEFunction = OSErrWeakLinkFunctionGenerator
! AEMethod = OSErrWeakLinkMethodGenerator