Hi all
Just started using Pydev. Great program.
I've noticed that Pydev live syntax checker will mark some new python 3
syntax as an error. For example, the dictionary comprehension syntax is
marked as an error:
{x:y for x in z}
(y & z already defined)
Thanks
Dave