> > Of course! You should have used """ since you already used ''' in your > triple-quoted text. But I'm just repeating what I already said (and kept > above so that you can see it again). > > -- > Jorge Godoy <[EMAIL PROTECTED]> >
Sorry - I should have read more carefully. I like the idea and will use it I think. Still a little strange to newcomers that there are three ways to do the same and that you should be carefull to use the right '''/""" inside the comment else the comment will not work for some reason. #comment ''' comment ''' """ comment """ -- http://mail.python.org/mailman/listinfo/python-list