On Monday 05 June 2006 10:03 am, Detlev Offenbach wrote: > Am Sonntag, 4. Juni 2006 19:54 schrieb Phil Thompson: > > I've updated the PyQt4 documentation at > > http://www.riverbankcomputing.com/Docs/PyQt4/html/classes.html > > > > Although there are still many rough edges, this will be what's included > > with the final release of PyQt4. > > > > Any feedback of the "you really should fix this before releasing" variety > > would be welcome. > > > > Phil > > Hi, > > I think the documentation is pretty good. However, having done a quich > check I realized, that the text is not always in line with the method > signature. For example the signature for QModelIndex.internalId() says, > it's returning a long. The description says, it is returning a qint64. I > think, these kinds of discrepancies should be corrected before releasing > PyQt4 (even if it means, that QScintilla2 get delayed some more ;) )
In general it's not possible to do this - without hand editing every piece of text. However changes that can be easily automated (like this one) could be done. Phil _______________________________________________ PyKDE mailing list [email protected] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
