Try to use set objects: >>> a=set(range(100000)) >>> b=set(range(50000)) >>> a = a - b
-- http://mail.python.org/mailman/listinfo/python-list
Try to use set objects: >>> a=set(range(100000)) >>> b=set(range(50000)) >>> a = a - b
-- http://mail.python.org/mailman/listinfo/python-list