No trees in the stdlib?

Paul Rubin http
Mon Jun 29 01:42:19 EDT 2009


João Valverde <backup95 at netcabo.pt> writes:
> bst[key] = object
> is even dicier for immutable structures no?

bst = bst.insert(key, object)



More information about the Python-list mailing list