[Python-3000] Refactoring tool available (work in progress)

Niki Spahiev niki.spahiev at gmail.com
Fri Dec 15 11:10:43 CET 2006


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



More information about the Python-3000 mailing list