Python's 'with' syntax shows as an error
Brought to you by:
fabioz
Python's 'with' syntax http://www.python.org/dev/peps/pep-0343/ gets marked as an error in pydev, e.g.
def test_topic_browse():
with create_client(__name__) as c:
Though in fact this is valid python in 2.6.
Works for me with most recent PyDev. What version are you using?