for name in list:
            try:
                dict[name] = function(name)
            except (os.error, IOError):