[Python-checkins] CVS: python/dist/src/Mac/Modules/icn icnsupport.py,1.6,1.7

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


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

Modified Files:
	icnsupport.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: icnsupport.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/icn/icnsupport.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** icnsupport.py	23 Aug 2001 13:49:36 -0000	1.6
--- icnsupport.py	25 Mar 2002 00:31:49 -0000	1.7
***************
*** 76,80 ****
  
  # Create the generator classes used to populate the lists
! Function = OSErrFunctionGenerator
  ##Method = OSErrMethodGenerator
  
--- 76,80 ----
  
  # Create the generator classes used to populate the lists
! Function = OSErrWeakLinkFunctionGenerator
  ##Method = OSErrMethodGenerator