[Python-checkins] python/dist/src/Mac/Modules/cf cfscan.py,1.8,1.9

jackjansen@sourceforge.net jackjansen@sourceforge.net
Sun, 12 May 2002 15:04:03 -0700


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

Modified Files:
	cfscan.py 
Log Message:
- Better exception when a NULL CF object is encountered.
- Manually generate a routine with funny error semantics.

Index: cfscan.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/cf/cfscan.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** cfscan.py	10 May 2002 22:51:52 -0000	1.8
--- cfscan.py	12 May 2002 22:04:01 -0000	1.9
***************
*** 98,101 ****
--- 98,102 ----
  			"CFStringGetCharacterAtIndex", # No format for single unichars yet.
  			"kCFStringEncodingInvalidId", # incompatible constant declaration
+ 			"CFPropertyListCreateFromXMLData", # Manually generated
  			]