Fred L. Drake, Jr. wrote at 2003-7-25 11:52 -0400:
> ...
> but that would break a Python consistency rule
> in a fundamental way ("if you're calling it for a side effect, don't
> return anything").
This is broken anyway: e.g. by "list.pop"...
Dieter