[PyQt] SIP v5 Roadmap

Robin Dunn robin at alldunn.com
Sat Nov 27 08:21:39 GMT 2010


On 11/22/10 8:06 AM, Phil Thompson wrote:
> I've added a roadmap for SIP v5 at...
>
> http://www.riverbankcomputing.com/software/sip/roadmap
>
> Comments welcome.

"""
* Types will have to be declared in advance of being used. In SIP v4 the 
names of types are resolved after all of the specification files have 
been parsed.
"""

Will we be able to forward declare types so they can be used before the 
full declaration is seen, as in C/C++?


-- 
Robin Dunn
Software Craftsman
http://wxPython.org



More information about the PyQt mailing list