is it "legal" to pace the module's doc string after some imports ?

Stef Mientki stef.mientki at gmail.com
Sat Oct 25 20:31:01 EDT 2008


hello,

I wonder if it's  "legal" to pace the module's doc string after some 
imports ?

I mean something like this:

from language_support import _
__doc__ = _(0, """
some documentation
"""

thanks,
Stef Mientki




More information about the Python-list mailing list