Lies in education [was Re: The "loop and a half"]

Gregory Ewing greg.ewing at canterbury.ac.nz
Fri Oct 13 08:54:49 EDT 2017


Neil Cerutti wrote:
> I can tell at a glance if a parameter is expected to be
> modifiable just by looking at the function signature.

The question is why doesn't anyone feel the need to be
able to do that for Python functions? Whether a function
modifies things passed to it is just as important to
know in Python as it is in C.

-- 
Greg



More information about the Python-list mailing list