Hi,

I began going through the examples, fixing any broken ones and reporting bugs against any issues. This is what I immediately found:

The slightly modified calculatorform script in

http://bugs.openbossa.org/attachment.cgi?id=59

calls QLabel.setText with an int argument instead of the expected str. Now, what's the expectation: should there be an error message (like now) or should PySide automatically convert types to strs in such cases? If the latter, which types? Built-in ones? Any types (using __repr__)?

If we want to change the current behaviour, is this a sufficiently significant change to warrant a PSEP?

Cheers,

ma.
_______________________________________________
PySide mailing list
[email protected]
http://lists.openbossa.org/listinfo/pyside

Reply via email to