Hi Enno,
On Thu, 25 Jun 2015 14:14:32 +0200, Enno wrote:
> Dear Dmitry,
>
> Not quite satisfactory:
> They want to tell me, that with the upgrade a line like
> QString('blahmooh').startswith('blah')
> is going to return True instead of raising an AttributeError like now?
There will be no QString at all — any method that returns a QString in C++
will return a native Python string in PyQt.
Try it yourself with:
import sip
sip.setapi('QString', 2)
See http://pyqt.sourceforge.net/Docs/PyQt4/incompatible_apis.html for details.
Any discussion on changing the behavior should happen upstream, we (Debian)
are not really deciding anything here.
--
Dmitry Shachnev
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Python-modules-team mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

