On Thu, 5 May 2005 10:37:23 -0700, James Stroud <[EMAIL PROTECTED]> wrote: [...] We had the same impulse ;-) (see my other post in this thread) > ># use patch as value and version as key ??? seems the other way around (as it should be?)
>recc_dct = dict([x.split("-") for x in recc_ary])
>serv_dct = dict([x.split("-") for x in serv_ary])
>
But what about multiple revs for the same patch?
Regards,
Bengt Richter
--
http://mail.python.org/mailman/listinfo/python-list
