On Sunday 12 May 2013 12:46:26 Julien Rioux wrote:
> Is this intended to support both python 2 and 3? From a quick glance I 
> do not see "from __future__ import print_function" anywhere.

If it did that then the minimal version required would need to be 2.6.

As it is the parenthesis are ignore in python 2 and required in python 3.

FWIW I don't understand why this patch dropped the _u _ prefix as it is valid 
python 3.3 and honestly we should not care about previous python 3 versions.

-- 
José Abílio

Reply via email to