On 11 janvier 12:42, Winfried Plappert wrote:
> Hello there,

Hi Winfried,

> 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__] + '='

sounds ok to me.
 
> 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.

I'm very glad to hear this!
I would really like to see astng growing on its own beside pylint, and I'm 
pretty sure a lot of introspection based projects such as documentation 
generation could benefit from it, so we would really appreciate your feedback.

Thanks,
-- 
Sylvain Thénault                               LOGILAB, Paris (France)
Formations Python, Debian, Méth. Agiles: http://www.logilab.fr/formations
Développement logiciel sur mesure:       http://www.logilab.fr/services
CubicWeb, the semantic web framework:    http://www.cubicweb.org

_______________________________________________
Python-Projects mailing list
Python-Projects@lists.logilab.org
http://lists.logilab.org/mailman/listinfo/python-projects

Reply via email to