[EMAIL PROTECTED] wrote:

> Like in C we comment like
> /*
> Bunch of lines of code
> */
> 
> Should we use docstring """ """
> 
> Or there is something else too ??
> 
> Every help is appreciated.
> 
> Thanks
Hi,

Maybe this sounds simplier than regexp and so, just use the """ marker like
this :

"""
this
would be
commented
during
execution
"""


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to