Hi,
What do people feel about exposing Tools/parser/unparse.py in the standard library? Here is my initial rationale:
* The tool already needs to be maintained and updated as is tested as part of the test suite.
* I have used the tool almost all the time I needed to deal with AST transformations.
* The public interface will have a very low surface API, keeping maintaining it (the public interface) a very small burden IMHO.
We could add the public interface to the ast.py module or a new one if people feel strongly about it.
Does anyone feel strongly against this or have any objection that I am not contemplating?
Regards from rainy London,
Pablo Galindo Salgado
_______________________________________________