Python 2.6 warnings when using python 2.7
Hello,
I'm using the most recent version of PyCharm (2.6.2) with python 2.7.2. In my code the Analyzer seems to show errors for something specific to python 2.6.
E.g.
"Python version 2.6 do not support multiple context managers"
Is it possible for the PyCharm Analyzer to not check something specific to an older version of python that I am not using? This didn't happen prior to upgrading to PyCharm 2.6+.
Thanks.
I'm using the most recent version of PyCharm (2.6.2) with python 2.7.2. In my code the Analyzer seems to show errors for something specific to python 2.6.
E.g.
"Python version 2.6 do not support multiple context managers"
Is it possible for the PyCharm Analyzer to not check something specific to an older version of python that I am not using? This didn't happen prior to upgrading to PyCharm 2.6+.
Thanks.
请先登录再写评论。
I'm using remote python 2.7.3 interpreter and I see python 2.6 errors like "Python version 2.6 does not support dictionary comprehensions"
More than that - python inspection called "code compatibility inspection" is turned off.