[Python-checkins] CVS: python/dist/src/Mac/Modules/cf cfscan.py,1.5.18.1,1.5.18.2

Jack Jansen jackjansen@users.sourceforge.net
Mon, 25 Mar 2002 02:23:58 -0800


Update of /cvsroot/python/python/dist/src/Mac/Modules/cf
In directory usw-pr-cvs1:/tmp/cvs-serv28785

Modified Files:
      Tag: release22-maint
	cfscan.py 
Log Message:
Backport of 1.7:
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, inAlso blacklisted some constants with definitions that were not Python-compatible.



Index: cfscan.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/cf/cfscan.py,v
retrieving revision 1.5.18.1
retrieving revision 1.5.18.2
diff -C2 -d -r1.5.18.1 -r1.5.18.2
*** cfscan.py	27 Feb 2002 23:10:01 -0000	1.5.18.1
--- cfscan.py	25 Mar 2002 10:23:56 -0000	1.5.18.2
***************
*** 96,99 ****
--- 96,100 ----
  			"CFStringSetExternalCharactersNoCopy",
  			"CFStringGetCharacterAtIndex", # No format for single unichars yet.
+ 			"kCFStringEncodingInvalidId", # incompatible constant declaration
  			]