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 serhiy.storchaka
Recipients chris.jerdonek, roger.serwy, serhiy.storchaka, terry.reedy
Date 2012-12-07.20:35:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1354912522.43.0.792416656511.issue16638@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch moved from issue16629.

I think this is a bugfix, because current behavior is wrong. Many functions (i.e. int, str, list, dict) have multiline signatures and IDLE shows only first line in a tip. I.e. "int(x=0) -> integer" showed for int(), but int() accepts up to two arguments. This is a regression comparing with times when the signature was oneline.
History
Date User Action Args
2012-12-07 20:35:22serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, roger.serwy, chris.jerdonek
2012-12-07 20:35:22serhiy.storchakasetmessageid: <1354912522.43.0.792416656511.issue16638@psf.upfronthosting.co.za>
2012-12-07 20:35:22serhiy.storchakalinkissue16638 messages
2012-12-07 20:35:22serhiy.storchakacreate