Comments within a line
From: Edward Diener (eldiener_at_earthlink.net)
Date: 07/31/04
- Next message: Dan Christensen: "Re: psyco for python 2.4?"
- Previous message: Edward Diener: "Returning another instance from constructor"
- Next in thread: Heike C. Zimmerer: "Re: Comments within a line"
- Reply: Heike C. Zimmerer: "Re: Comments within a line"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 31 Jul 2004 02:07:10 GMT
Has there ever been any discussion of adding comments notation to Python,
such as C++'s /* */, which could occur in the middle of a line or span
multiple lines ? I would like to see it as a more elegant solution for
quickly commenting out code. I am aware of the """ """ technique around
multiple lines but even that seems a poor hack. A comment that could enclose
any sequence of characters would be most welcome.
- Next message: Dan Christensen: "Re: psyco for python 2.4?"
- Previous message: Edward Diener: "Returning another instance from constructor"
- Next in thread: Heike C. Zimmerer: "Re: Comments within a line"
- Reply: Heike C. Zimmerer: "Re: Comments within a line"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|