seth vidal wrote: > Except rpmOutToStr() won't fall over if you get garbage in one of those > fields. I don't follow; in what cases will checking if an object is a String before passing it to str() succeed when passing it right to str() will fail? Afaik, str() does the same test. -James