Re: [Python-Dev] cpython: Uniformize argument names of "call" functions

2016-11-30 Thread Victor Stinner
I reverted my change and reposted the change as a patch: http://bugs.python.org/issue28838 Victor ___ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/

Re: [Python-Dev] cpython: Uniformize argument names of "call" functions

2016-11-30 Thread Serhiy Storchaka
On 30.11.16 11:15, Victor Stinner wrote: 2016-11-30 10:01 GMT+01:00 Serhiy Storchaka : Uniformize argument names of "call" functions * Callable object: callable, o, callable_object => func * Object for method calls: o => obj * Method name: name or nameid => method This change looks wrong to

Re: [Python-Dev] cpython: Uniformize argument names of "call" functions

2016-11-30 Thread Victor Stinner
2016-11-30 10:01 GMT+01:00 Serhiy Storchaka : >> Uniformize argument names of "call" functions >> >> * Callable object: callable, o, callable_object => func >> * Object for method calls: o => obj >> * Method name: name or nameid => method > > This change looks wrong to me. "callable" and "callabl

Re: [Python-Dev] cpython: Uniformize argument names of "call" functions

2016-11-30 Thread Serhiy Storchaka
On 29.11.16 19:58, victor.stinner wrote: https://hg.python.org/cpython/rev/7efddbf1aa70 changeset: 105395:7efddbf1aa70 user:Victor Stinner date:Tue Nov 29 18:47:56 2016 +0100 summary: Uniformize argument names of "call" functions * Callable object: callable, o, callable_obje