Quote:
|
Originally Posted by titaniumdecoy
why do I have to confirm "name in namelist"?
|
Because one of the items may have already been removed by an earlier iteration of _i_. list().remove will raise an error that you could catch if you don't want to check for occurance in the list. The latter should be faster actually (but less understandable).