[Python-checkins] python/dist/src/Mac/Modules/osa osascan.py, 1.1,
1.2 osasupport.py, 1.1, 1.2
jackjansen at users.sourceforge.net
jackjansen at users.sourceforge.net
Wed Dec 3 18:20:15 EST 2003
Update of /cvsroot/python/python/dist/src/Mac/Modules/osa
In directory sc8-pr-cvs1:/tmp/cvs-serv22913/osa
Modified Files:
osascan.py osasupport.py
Log Message:
Ported to Universal Headers 3.4.2. Qd and Qt remain to be done.
Completely untested.
Index: osascan.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/osa/osascan.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** osascan.py 3 Dec 2003 22:34:19 -0000 1.1
--- osascan.py 3 Dec 2003 23:20:13 -0000 1.2
***************
*** 48,51 ****
--- 48,52 ----
def makeblacklisttypes(self):
return [
+ "OSALocalOrGlobal",
"OSACreateAppleEventUPP",
"OSAActiveUPP",
Index: osasupport.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/osa/osasupport.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** osasupport.py 3 Dec 2003 22:34:19 -0000 1.1
--- osasupport.py 3 Dec 2003 23:20:13 -0000 1.2
***************
*** 41,44 ****
--- 41,45 ----
ComponentInstance = OpaqueByValueType('ComponentInstance', OBJECTPREFIX)
OSAError = OSErrType("OSAError", "l")
+ # OSALocalOrGlobal = Type("OSALocalOrGlobal", "l")
OSAID = Type("OSAID", "l")
OSADebugCallFrameRef = Type("OSADebugCallFrameRef", "l")
More information about the Python-checkins
mailing list