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 terry.reedy
Recipients Claudiu.Popa, larry, michael.foord, ncoghlan, terry.reedy, yselivanov
Date 2014-01-18.20:26:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390076784.93.0.364891173553.issue17481@psf.upfronthosting.co.za>
In-reply-to
Content
While I plan to change Idle code to use signature directly, instead of getfullargspec, I agree that changing inspect also, and in 3.4, is a good idea. It may, however, affect tests other than Idle's, if there are any other stdlib consumers. I will try to look at the patch after changing Idle.
History
Date User Action Args
2014-01-18 20:26:25terry.reedysetrecipients: + terry.reedy, ncoghlan, larry, michael.foord, Claudiu.Popa, yselivanov
2014-01-18 20:26:24terry.reedysetmessageid: <1390076784.93.0.364891173553.issue17481@psf.upfronthosting.co.za>
2014-01-18 20:26:24terry.reedylinkissue17481 messages
2014-01-18 20:26:24terry.reedycreate