Sion Arrowsmith wrote:
> Jorge Godoy  <[EMAIL PROTECTED]> wrote:
>>Is it harder to remove "n" lines of code commented out with "#" than "n"
>>lines of multiline commented code?  How?
> 
> I'd say it's harder to remove the latter, due to having to search for
> the end of comment sequence, rather than simply looking for where the
> block comment stops.

Like I said, it's debatable.  Depends on the editing conditions you assume. 
  It's easy to imagine situations where either type comes out ahead.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to