On Monday 11 January 2010 13:42:06 Winfried Plappert wrote:
> Hello there,
hello,

> I just checked the latest version of astng and found out that you added
> method 'visit_augassign'. but there is in my opinion the '=' sign
> missing.
>
>     def visit_augassign(self, node):
>         node.op = _BIN_OP_CLASSES[node.op.__class__] + '='

Thank you for this information. I came across this part of the code while 
refactoring it, but was not sure myself. I think, you are right.

> Thanks for this excellent package. I am in the process of using it as a
> cross-reference builder for Python packages. You will here from me
> later.
After refactoring, astng should become much easier to understand :)
I hope I can finish it this month.

> All the best wishes for a Happy New Year 2010,
> Winfried

-- 

Emile Anclin <emile.anc...@logilab.fr>
http://www.logilab.fr/   http://www.logilab.org/ 
Informatique scientifique & et gestion de connaissances
_______________________________________________
Python-Projects mailing list
Python-Projects@lists.logilab.org
http://lists.logilab.org/mailman/listinfo/python-projects

Reply via email to