João Valverde <[email protected]> writes: > bst[key] = object > is even dicier for immutable structures no?
bst = bst.insert(key, object) -- http://mail.python.org/mailman/listinfo/python-list
João Valverde <[email protected]> writes: > bst[key] = object > is even dicier for immutable structures no?
bst = bst.insert(key, object) -- http://mail.python.org/mailman/listinfo/python-list