[Python-checkins] CVS: python/dist/src/Mac/Modules/cf cfsupport.py,1.13,1.14

Jack Jansen jackjansen@users.sourceforge.net
Tue, 01 Jan 2002 14:43:16 -0800


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

Modified Files:
	cfsupport.py 
Log Message:
Added some support for unicode arguments.

Index: cfsupport.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/cf/cfsupport.py,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** cfsupport.py	2001/12/16 20:18:18	1.13
--- cfsupport.py	2002/01/01 22:43:13	1.14
***************
*** 172,177 ****
  CFComparisonResult = Type("CFComparisonResult", "l")  # a bit dangerous, it's an enum
  CFURLPathStyle = Type("CFURLPathStyle", "l") #  a bit dangerous, it's an enum
- FSRef_ptr = OpaqueType("FSRef", "PyMac_BuildFSRef", "PyMac_GetFSRef")
- FSRef = OpaqueByValueType("FSRef", "PyMac_BuildFSRef", "PyMac_GetFSRef")
  
  char_ptr = stringptr
--- 172,175 ----