Karl Fogel wrote:
> And the winner (a.k.a., "victim") is:
>
> $ python
> Python 2.4.4 (#2, Jan 3 2008, 13:36:28)
> [GCC 4.2.3 20071123 (prerelease) (Debian 4.2.2-4)] on linux2
> >>> import random
> >>> random.seed()
> >>> volunteers = ["Rakotomandimby Mihamina", "Bhuvaneswaran Arumugam",
> "Augie Fackler", "Karl Heinz Marbaise",
> "Daniel Shahaf", "Charles Acknin"]
> >>> random.choice(volunteers)
> 'Daniel Shahaf'
> >>>
> $
>
> So, Daniel, you're the new Patch Manager -- I'm sure Hyrum will be able
> to help ease the transition, show you the ropes, etc. If you ever
> discover you don't have time to do it, please just say so here. It
> looks like we've got at least five people ready to step in if needed.
Daniel,
I have a large queue of patch mails that I plan on sorting through in
the next couple of days. If you want to start tracking new patches
which get sent to the list from here on out, I'll make sure that any
currently outstanding ones are taken care of.
I don't know how many ropes there are to show, but I'm happy to answer
any questions you may have. :)
-Hyrum
Received on 2008-03-20 19:47:20 CET