<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, Aug 10, 2015 at 8:05 AM, Matthew Brett <span dir="ltr"><<a href="mailto:matthew.brett@gmail.com" target="_blank">matthew.brett@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<span class=""><br>
On Mon, Aug 10, 2015 at 3:01 PM, David Gobbi <<a href="mailto:david.gobbi@gmail.com">david.gobbi@gmail.com</a>> wrote:<br>
> Very nice. On my machine I see only six failures. This is with Python 3.2,<br>
> and apparently no NetCDF.<br>
><br>
> The following tests FAILED:<br>
> 354 - vtkCommonDataModelPython-TestTemplates (Failed)<br>
> 969 - vtkFiltersSourcesPython-squadViewer (Failed)<br>
> 1944 - vtkRenderingTkPython-cursor3D (Failed)<br>
> 1945 - vtkRenderingTkPython-TestTextActor3D (Failed)<br>
> 1946 - vtkRenderingTkPython-TestTkRenderWidget (Failed)<br>
> 1947 - vtkRenderingTkPython-TestTkRenderWindowInteractor (Failed)<br>
><br>
> The TestTemplates seems to be a simple syntax error, the "u" string prefix<br>
> is not allowed in python 3.2.<br>
> 354: File "Common/DataModel/Testing/Python/TestTemplates.py", line 56<br>
> 354: value = u"hello"<br>
<br>
</span>Is it worth requiring Python 3.3 or higher to fix this? I doubt<br>
you'll have many Python 3.2 users, even if you released now - Python<br>
3.4 has been around for a while now.<br></blockquote><div><br></div><div>Out of hundreds of python tests there's a single line that won't work with Python 3.2, and you people are clamouring to drop Python 3.2. Honestly, what's up with that?</div><div><br></div><div>I wouldn't be testing on Python 3.2 if I didn't think it would be worth supporting. There are still plenty of deployed systems around (particularly Ubuntu and Debian) that come with Python 3.2 packages, and they're far from End of Life. And honestly, supporting Python 3.2 doesn't take much effort.</div><div><br></div><div> - David</div></div></div></div>