Message651

Author bckfnn
Recipients
Date 2002-05-30.19:40:28
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=4201

Seems to work:
Jython 2.1+ on java1.4.0 (JIT: null)
Type "copyright", "credits" or "license" for more information.
>>> def f():
...    """blah"""
...    return
...
>>> print f.__doc__
blah
>>>
History
Date User Action Args
2008-02-20 17:17:05adminlinkissue549107 messages
2008-02-20 17:17:05admincreate