[Python-Dev] request for minor enhancement

Greg Wilson gvwilson@nevex.com
Fri, 14 Jul 2000 10:24:14 -0400 (EDT)


I would like 'min' and 'max' to be in-fix binary operators, with '__min__'
and '__max__' as the associated overloadable method names, and 'min=' and
'max=' as the in-place forms.  I find myself re-defining them in almost
every module I write, and believe that their semantics and implementation
would be unproblematic?

Reactions?

Thanks,
Greg