On Thu, Feb 9, 2017 at 4:25 PM, Jeroen Demeyer <jdeme...@cage.ugent.be> wrote:
> On 2017-02-09 14:00, Erik Bray wrote:
>>
>> If there are print statements on
>> Python 3 you'll immediately get a syntax error anyways.
>
>
> The point is that we want to detect this *using Python 2*.

Ah, hm, for print() I would suggest going ahead and mandating

from __future__ import print_function

everywhere.  That only helps for print() though.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to