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

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.

All the best wishes for a Happy New Year 2010,
Winfried
_______________________________________________
Python-Projects mailing list
Python-Projects@lists.logilab.org
http://lists.logilab.org/mailman/listinfo/python-projects

Reply via email to