On Thu, Sep 9, 2010 at 5:57 PM, Nathan Schneider <nat...@cmu.edu> wrote:
> 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?
>>

Thanks for the pointer.

Just fixed for 1.6.3 (so, you can get the fix in the next nightly).

Cheers,

Fabio

------------------------------------------------------------------------------
Automate Storage Tiering Simply
Optimize IT performance and efficiency through flexible, powerful, 
automated storage tiering capabilities. View this brief to learn how
you can reduce costs and improve performance. 
http://p.sf.net/sfu/dell-sfdev2dev
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to