Re: Python AST preserving whitespace and comments

2008-08-27 Thread Terry Reedy
Michal Kwiatkowski wrote: Hi, I'm working on Pythoscope[1], a unit test generator for Python and stumbled into the following problem. I need a way to analyze and modify Python AST tree, but without loosing source code formatting and comments. Standard library ast module discards those, so I st

Python AST preserving whitespace and comments

2008-08-27 Thread Michal Kwiatkowski
Hi, I'm working on Pythoscope[1], a unit test generator for Python and stumbled into the following problem. I need a way to analyze and modify Python AST tree, but without loosing source code formatting and comments. Standard library ast module discards those, so I started looking for other soluti