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 eric.smith, ncoghlan, serhiy.storchaka, vstinner
Date 2016-12-06.01:09:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1480986549.94.0.981399549674.issue28838@psf.upfronthosting.co.za>
In-reply-to
Content
As long as the C API docs also get updated, +1 for:

* 'o' -> 'obj'
* 'callable_object' -> 'callable'
* 'func' -> 'callable' (when the function actually accepts an arbitrary callable)
* 'method' -> 'name' (assuming 'Method' appears in the function name)

Documenting those naming conventions in PEP 7 would also still be desirable.
History
Date User Action Args
2016-12-06 01:09:10ncoghlansetrecipients: + ncoghlan, vstinner, eric.smith, serhiy.storchaka
2016-12-06 01:09:09ncoghlansetmessageid: <1480986549.94.0.981399549674.issue28838@psf.upfronthosting.co.za>
2016-12-06 01:09:09ncoghlanlinkissue28838 messages
2016-12-06 01:09:09ncoghlancreate