Thanks for adding support for the 2.7 grammar. However, while 'with' statements having multiple entries work fine, I'm still getting code analysis errors for dict comprehensions. For example:
self.__dict__.update({'Input.'+k: v for k,v in row.items()}) triggers errors for the first occurrences of k and v and warnings for the second occurrences. The same holds for set comprehensions. Have these new features been incorporated into the grammar? Cheers, Nathan On Thu, Jul 22, 2010 at 4:11 PM, Fabio Zadrozny <fabi...@gmail.com> wrote: > > On Wed, Jul 21, 2010 at 7:52 PM, Nathan Schneider <nat...@cmu.edu> wrote: > > Hi, > > > > I'd like to request the addition of grammars for Python 2.7 and 3.1 in > > PyDev. Currently I'm using the 3.0 grammar for 2.7 code, which works > > for the most part, but is still showing errors for dict comprehensions > > (as far as I can tell there's no way to get around this). > > I'll make sure that the next release supports it. > > Cheers, > > Fabio > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Sprint > What will you do first with EVO, the first 4G phone? > Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first > _______________________________________________ > Pydev-users mailing list > Pydev-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/pydev-users ------------------------------------------------------------------------------ This SF.net Dev2Dev email is sponsored by: Show off your parallel programming skills. Enter the Intel(R) Threading Challenge 2010. http://p.sf.net/sfu/intel-thread-sfd _______________________________________________ Pydev-users mailing list Pydev-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pydev-users