This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author chris.jerdonek
Recipients chris.jerdonek, roger.serwy, serhiy.storchaka, terry.reedy
Date 2012-12-07.10:23:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1354875798.84.0.273596308372.issue16629@psf.upfronthosting.co.za>
In-reply-to
Content
> Here is a patch, which adds multiline calltips support.

Serhiy, it looks like this issue/patch is just to fix the test and not to add "support."  Also, it looks like the test only checks the first line, so that the second line shouldn't be added to the expected value.  For example, the code comment for test_builtins() says:

    # if first line of a possibly multiline compiled docstring changes,
    # must change corresponding test string
History
Date User Action Args
2012-12-07 10:23:18chris.jerdoneksetrecipients: + chris.jerdonek, terry.reedy, roger.serwy, serhiy.storchaka
2012-12-07 10:23:18chris.jerdoneksetmessageid: <1354875798.84.0.273596308372.issue16629@psf.upfronthosting.co.za>
2012-12-07 10:23:18chris.jerdoneklinkissue16629 messages
2012-12-07 10:23:18chris.jerdonekcreate