Nick Coghlan added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue28838>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to