Guido van Rossum wrote: > Second, the transformations can sometimes lose comments. For example, > if the input looks something like > > (x.has_key #blah > (y)) > > the #blah comment is lost, since there is no good place to put it in > the translation "(y in x)". What if result is (y in x #blah ) HTH Niki Spahiev