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 ncoghlan
Recipients SilentGhost, eric.snow, larry, ncoghlan, ned.deily, r.david.murray, ryan.petrello, yselivanov
Date 2016-12-01.13:22:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1480598553.99.0.11367166802.issue27172@psf.upfronthosting.co.za>
In-reply-to
Content
Updated patch adding What's New and NEWS entries, and addressing Martin's review comments (mostly by accepting his suggestions).

I ended up leaving `inspect.getcallargs()` deprecated, and instead added a comment to issue 20438 noting how to achieve the bound args -> unbound args conversion in a general way: http://bugs.python.org/issue20438#msg282173
History
Date User Action Args
2016-12-01 13:22:34ncoghlansetrecipients: + ncoghlan, larry, ned.deily, r.david.murray, SilentGhost, eric.snow, yselivanov, ryan.petrello
2016-12-01 13:22:33ncoghlansetmessageid: <1480598553.99.0.11367166802.issue27172@psf.upfronthosting.co.za>
2016-12-01 13:22:33ncoghlanlinkissue27172 messages
2016-12-01 13:22:33ncoghlancreate