Encolpe DEGOUTE wrote: >Hi, >sometimes I need to comment a block of text, for debugging by example. >Do you think that difficult to implement? > >Regards, > > I usually use """ block of code """ Rarely I'll use if 0: blockofcode <--highlight and hit control-C > to indent. -dave