"El Pitonero" <[EMAIL PROTECTED]> writes:
> What about no name at all for the scalar case:
> 
> a['hello'] += 1
> a['bye'] -= 2

I like this despite the minor surprise that it works even when
a['hello'] is uninitialized.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to