Would there be any way to add a method to all dict objects that operated like the .update() method, but also returned a reference to the updated dict?
.update() is clumsy to use inside of list comprehensions and the like. Or am I missing something? Thanks, Rick -- http://mail.python.org/mailman/listinfo/python-list