Re: why no block comments in Python?
- From: "msoulier" <msoulier@xxxxxxxxx>
- Date: 9 Mar 2006 07:21:00 -0800
(and if you don't, you can quickly comment out regions by putting them
inside a triple-quoted string.)
Although that will use up memory, as opposed to a comment.
Still, it's simple enough in an editor like Vim or Emacs to highlight a
region, and define a macro to add/remove #s. Any Python IDE should
certainly have this capability.
Mike
.
- Follow-Ups:
- Re: why no block comments in Python?
- From: Terry Hancock
- Re: why no block comments in Python?
- From: Roy Smith
- Re: why no block comments in Python?
- From: Peter Otten
- Re: why no block comments in Python?
- References:
- why no block comments in Python?
- From: John Salerno
- Re: why no block comments in Python?
- From: Fredrik Lundh
- why no block comments in Python?
- Prev by Date: Hashtables in pyhton ...
- Next by Date: Re: Python Evangelism
- Previous by thread: Re: why no block comments in Python?
- Next by thread: Re: why no block comments in Python?
- Index(es):
Relevant Pages
|