how to comment lot of lines in python

Marc 'BlackJack' Rintsch bj_666 at gmx.net
Wed Apr 5 17:40:04 EDT 2006


In <00A7FOGZ38812.3771990741 at reece.net.au>, Michael Sperlle wrote:

> What's wrong with using three sets of double-quotes?

One can't comment out code that contains multiline strings.  Especially
nested comment out does not work.

> I do it with kwrite and it works like a charm.

Why not Ctrl+D (comment) and Ctrl+Shift+D (uncomment)?

Ciao,
	Marc 'BlackJack' Rintsch



More information about the Python-list mailing list