E.g.:
print 'abc'
gets highlighted with a message:
Python version >= 3.0 do not support this syntax.
How to disable that, since I'm on Python 2?
I know about import __future__
but I don't want to use it now.
I've looked under inspections in the settings, but could not find anything relevant.
The Project Interpreter setting for the project is already 2.7.6, and my programs do run correctly (they wouldn't if the interpreter used to run were python 3).
Pycharm Community Edition 2016.3.1, Ubuntu 14.04, python
in PATH
is Python 2.