I have the impression that in the current code base
from __future__ import print_function
leads to pyflakes marking
print ""
as a syntax error in the editor when using python2. Further, the
scientific startup script also uses python3 print style statements. It
took me a while to realize this (when I sent the first mail on this
thread I didn't). Although I think this is a good practice knowing
that python3 adoption is growing rapidly know. However, shouldn't
users (especially first timers) be made aware of this in some fashion?
For example: an additional print statement in scientific_startup.py
stating that python3 style print statements are in effect?
Regards,
David
> --
> You received this message because you are subscribed to the Google Groups
> "spyder" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to
spyderlib+...@googlegroups.com.
> To post to this group, send email to
spyd...@googlegroups.com.
> Visit this group at
http://groups.google.com/group/spyderlib?hl=en.
> For more options, visit
https://groups.google.com/groups/opt_out.
>
>