[Python-checkins] python/dist/src/Mac/Modules/htmlrender htmlsupport.py,1.3,1.3.30.1
jackjansen@users.sourceforge.net
jackjansen@users.sourceforge.net
Fri, 18 Apr 2003 01:59:16 -0700
Update of /cvsroot/python/python/dist/src/Mac/Modules/htmlrender
In directory sc8-pr-cvs1:/tmp/cvs-serv28363/Mac/Modules/htmlrender
Modified Files:
Tag: getargs_mask_mods
htmlsupport.py
Log Message:
Fixes for the new PyArg_ParseTuple k and K format chars, and the
changed semantics of h. Only lightly tested, but the IDE works
again.
These changes may not be needed anymore now that the semantic change
to h has been reverted, so I'm checking it in on a branch.
Index: htmlsupport.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Modules/htmlrender/htmlsupport.py,v
retrieving revision 1.3
retrieving revision 1.3.30.1
diff -C2 -d -r1.3 -r1.3.30.1
*** htmlsupport.py 7 Jul 2000 13:09:33 -0000 1.3
--- htmlsupport.py 18 Apr 2003 08:58:44 -0000 1.3.30.1
***************
*** 10,14 ****
HRReference = OpaqueByValueType("HRReference", "HtmlObj")
! HRScrollbarState = Type("HRScrollbarState", "h")
URLSourceType = Type("URLSourceType", "H")
GrafPtr = OpaqueByValueType("GrafPtr", "GrafObj")
--- 10,14 ----
HRReference = OpaqueByValueType("HRReference", "HtmlObj")
! HRScrollbarState = Type("HRScrollbarState", "H")
URLSourceType = Type("URLSourceType", "H")
GrafPtr = OpaqueByValueType("GrafPtr", "GrafObj")