Alex <[EMAIL PROTECTED]> writes: > Which library could you recommend to perform simple editing of > Python code (from Python program)? For example, open *.py file, find > specific function definition, add another function call inside, find > existing call and change parameter value, etc.
You might want to look into the Python refactoring tool "Bicycle Repair Man" <URL:http://bicyclerepair.sourceforge.net/>, which presumably needs to do some of this. -- \ "I washed a sock. Then I put it in the dryer. When I took it | `\ out, it was gone." -- Steven Wright | _o__) | Ben Finney -- http://mail.python.org/mailman/listinfo/python-list