Problem Commenting within Filehandle Iteration

Fredrik Lundh fredrik at pythonware.com
Thu Oct 26 04:33:46 EDT 2006


Ben Finney wrote:

> My preferred answer:
> 
>     if m:
>         print line,
> 
> and get the lines back again later from your version control system.

switching debugging statements on and off by rolling back to an earlier 
release strikes me as a somewhat misguided use of version control.

</F>




More information about the Python-list mailing list