Brandon Mintern wrote: > Perhaps a better proposal would be "change max to use __iadd__ if > available, falling back to __add__ if not" That could change the behaviour of existing code that passes a mutable initial value. -- Greg