I am using eclipse with python bindings and there is a line that is showing as an error, even though it compiles and runs. I am guessing it has something to do with Python 2 vs. 3. The line in question is:
exec_dict = { **{"objectclass": objectclass}, **{"network_id": network_id}, **conditions }
I tried going into
Project > Options > PyDev - Interpreter/Grammar
and changing the Grammer Version to 3.0-3.5 and the interpreter to python_35, but it is still showing up as invalid syntax.