João Valverde <backu...@netcabo.pt> 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 <backu...@netcabo.pt> writes: > bst[key] = object > is even dicier for immutable structures no?
bst = bst.insert(key, object) -- http://mail.python.org/mailman/listinfo/python-list