I'm happily using the ast module to analyze some code, but my scripts need also to run unfortunately on python 2.5
The _ast was there already, but the ast helpers not yet. Is it ok if I just copy over the source from the ast helpers in my code base or is there a smarter way? (I don't even need all of them, just "parse" and NodeVisitor at the moment) -- http://mail.python.org/mailman/listinfo/python-list