Code you're trying to run:
def test():
"""This is a docstring."""
1+2
"""This is not a docstring."""
print test.__doc__
What does "real" Python output?
This is a docstring.
What browser are you using? On what operating system?
Chrome 8.0.552
Please provide any additional information.
Original issue reported on code.google.com by carnioja...@gmail.com on 2 Feb 2011 at 9:31
Original issue reported on code.google.com by
carnioja...@gmail.com
on 2 Feb 2011 at 9:31