Shawn Walker wrote:

> Some classes don't have a __str__ method, so I didn't add one to them
> since I assumed they never got stringified.
> 
> Do you have any specific cases that don't meet that criteria?

Nope; a simple grep command won't catch that.  :)  I went through the cases
where there was no __str__ method, but one or more of its subclasses had
one, and saw that you added the __unicode__ method to the parent class.
Seems about right to me.

Thanks,
Danek
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to