[Pydev-code] Is this a bug?
Brought to you by:
fabioz
From: Dave <dav...@gm...> - 2009-09-15 11:12:28
|
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 |