Another newbie design question
Bruno Desthuilliers
bdesth.quelquechose at free.quelquepart.fr
Mon Dec 17 17:10:37 EST 2007
More information about the Python-list mailing list
Mon Dec 17 17:10:37 EST 2007
- Previous message (by thread): Another newbie design question
- Next message (by thread): Another newbie design question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Patrick Mullen a écrit : > On Dec 17, 2007 1:10 PM, Bruno Desthuilliers > <bdesth.quelquechose at free.quelquepart.fr> wrote: > > >>Hem... May I remind you that Python doesn't have block comments ?-) > > > I suppose we could argue semantics, since """ strings are actually > processed, You guessed !-) > but they are basically block comments. Nope, they are basically multiline strings. Their (not that wide AFAICT) use as block comments comes from both the docstrings stuff and the lack of block comments in Python. (snip) >>> However, inspection of a vast corpus of code might lead one >>>to believe that any commenting capability was completely unnecessary. > > > Lol! Who uses them dern comments anyway? Really, I wonder...
- Previous message (by thread): Another newbie design question
- Next message (by thread): Another newbie design question
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list