Whoops, didn't realize I took this conversation off the mailing list.<br><br>So, does this mean it is not possible then to have a validator in Python2 fix the string?<br><br><div class="gmail_quote">On Sat, Aug 14, 2010 at 7:12 AM, Phil Thompson <span dir="ltr"><<a href="mailto:phil@riverbankcomputing.com">phil@riverbankcomputing.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">On Fri, 6 Aug 2010 14:57:45 -0400, Eric Frederich<br>
<div class="im"><<a href="mailto:eric.frederich@gmail.com">eric.frederich@gmail.com</a>> wrote:<br>
</div><div class="im">> The help only lists the (QVlidator.State, int)... it does not list the<br>
one<br>
> that returns a new string.<br>
> Does this mean it is not possible?<br>
><br>
> I get the same docstring for QValidator.validate when I call<br>
> sip.setapi('QString', 1) or sip.setapi('QString', 2)<br>
><br>
> This is what I get....<br>
><br>
> Help on built-in function validate:<br>
><br>
> validate(...)<br>
>     QValidator.validate(QString, int) -> (QValidator.State, int)<br>
<br>
</div>The docstring doesn't get changed when you set the API version. It is<br>
correct for the default API for the particular version of Python you are<br>
using (v1 for Python2 and v2 for Python3).<br>
<font color="#888888"><br>
Phil<br>
</font></blockquote></div><br>