On Sat, May 2, 2009 at 9:19 PM, Iustin Pop <[email protected]> wrote: > > Currently, lib/luxi.py used lib/serializer.py for encoding/decoding > messages, but the master daemon uses directly the simplejson module. > This is wrong as any non-trivial change to serializer.py will break the > master daemon. > > The patch changes masterd to use exactly the same functions as luxi.py > for encoding/decoding of messages.
LGTM (this is targeted at 2.1, right?) Guido
