[Python-Dev] PEP 318 - generality of list;
restrictions on elements
Greg Ewing
greg at cosc.canterbury.ac.nz
Tue Mar 9 17:30:18 EST 2004
Ronald Oussoren <oussoren at cistron.nl>:
> I'd would prefer allowing function calls as well. One of the reasons
> for using function wrappers is adding type information to functions
And as soon as you allow function calls, you can have
arbitrarily complicated expressions as their parameters.
So there's no point in having any restrictions at all,
then.
Greg Ewing, Computer Science Dept, +--------------------------------------+
University of Canterbury, | A citizen of NewZealandCorp, a |
Christchurch, New Zealand | wholly-owned subsidiary of USA Inc. |
greg at cosc.canterbury.ac.nz +--------------------------------------+
More information about the Python-Dev
mailing list