[PyKDE] [cvs commit] 'sip/sip gencode.c lexer.l parser.y sip.h transform.c'

kvs at valentine.thekompany.com kvs at valentine.thekompany.com
Sat Oct 27 02:14:43 BST 2001


Update of /public/sip/sip
In directory valentine.thekompany.com:/tmp/cvs-serv11414/sip

Modified Files:
	gencode.c lexer.l parser.y sip.h transform.c 
Log Message:
ALtered the lexer/parser so that C++ methods can have names starting with "__",
which means that .sip files that define special methods must also be changed.
The library now uses the C API for weak references for Python v2.2 and later.
Added the %PostInitialisationC++Code directive.
Replaced "sipThis" with "__sipThis".
Added __sipStr__ to replace str() in __str__() methods so that unicode() on a
QString works properly.





More information about the PyQt mailing list