[Webkit-unassigned] [Bug 31037] committers.py needs a way to store non-bugzilla email addresses

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 4 00:11:17 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=31037





--- Comment #8 from Eric Seidel <eric at webkit.org>  2009-11-04 00:11:16 PDT ---
I had __str__ listing all the emails in a previous draft and it looked strange.
I agree, the 0th email shouldn't really be special.  but __str__ is just
supposed to give you some idea what the record is, and it not really meant to
be a full serialization of the object.  I think it's OK for 0 to be "special"
in this way for now.  I'm sad that this patch looses the data of what email
addresses are valid bugzilla addresses, but I don't think we really need that
information.  If we later need it, it will be easy to re-acquire with a little
scripting.

Thanks for the review.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list