There appears to be one already:
http://sourceforge.net/tracker/index.php?func=detail&aid=2965307&group_id=85796&atid=577329

On Thu, Sep 9, 2010 at 3:34 PM, Fabio Zadrozny <fabi...@gmail.com> wrote:
>
> On Wed, Sep 8, 2010 at 11:03 AM, Nathan Schneider <nat...@cmu.edu> wrote:
> > 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?
>
> Actually, the grammar seems to be OK... those errors/warnings come
> from the code-analysis (not from the parse of the grammar).
>
> Anyways, that's clearly a bug. Can you report it in the pydev sf tracker?
>
> Thanks,
>
> Fabio
>
> ------------------------------------------------------------------------------
> 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

------------------------------------------------------------------------------
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

Reply via email to