As I've been going thru and fixing epydoc generation errors I have run across a "style" of using triple quotes for comments:

def foo():
    """
    this is the doc string
    """
    a = 1
    """this is a comment - not even multi-line"""
    b = 2
    """another comment
    and it happens to be multi-line"""

Now I understand this may be a style issue, but I would like to change all non-docstring uses of triple quotes to a proper comment.

yea? nay? don't care?

---
Bear

Build and Release Engineer
Open Source Applications Foundation (OSAF)
[EMAIL PROTECTED]
http://www.osafoundation.org

[EMAIL PROTECTED]
http://code-bear.com

PGP Fingerprint = 9996 719F 973D B11B E111  D770 9331 E822 40B3 CD29

Attachment: PGP.sig
Description: This is a digitally signed message part

_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Open Source Applications Foundation "Dev" mailing list
http://lists.osafoundation.org/mailman/listinfo/dev

Reply via email to