[Python-checkins] CVS: python/dist/src/Mac/Modules/fm fmsupport.py,1.5,1.6

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


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

Modified Files:
	fmsupport.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: fmsupport.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/fm/fmsupport.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** fmsupport.py	7 Jan 2002 14:15:02 -0000	1.5
--- fmsupport.py	25 Mar 2002 00:31:53 -0000	1.6
***************
*** 71,75 ****
  
  # Create the generator classes used to populate the lists
! Function = OSErrFunctionGenerator
  
  # Create and populate the lists
--- 71,75 ----
  
  # Create the generator classes used to populate the lists
! Function = OSErrWeakLinkFunctionGenerator
  
  # Create and populate the lists