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 larry, ncoghlan, python-dev, vstinner, xdegaye
Date 2014-02-09.02:06:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391911599.14.0.324743151658.issue20500@psf.upfronthosting.co.za>
In-reply-to
Content
Above commits added notes for the other two currently documented public APIs directly affected by the change (PyEval_CallObjectWithKeywords isn't currently documented, despite the public name), and also updated the porting note to clarify that these operations may be invoked indirectly via other public APIs.
History
Date User Action Args
2014-02-09 02:06:39ncoghlansetrecipients: + ncoghlan, vstinner, larry, xdegaye, python-dev
2014-02-09 02:06:39ncoghlansetmessageid: <1391911599.14.0.324743151658.issue20500@psf.upfronthosting.co.za>
2014-02-09 02:06:39ncoghlanlinkissue20500 messages
2014-02-09 02:06:38ncoghlancreate