Am 10. Januar 2011 11:58 schrieb Iustin Pop <[email protected]>: > While reviewing dato's interdiff for the OpAssignGroupNodes, I > realised that we can do better. This patch replaces the hand-built > DISPATCH_TABLE with one built from the opcode.OP_MAPPING dict.
Subject: s/Automaticall/Automatically/ > --- a/lib/mcpu.py > +++ b/lib/mcpu.py > +_OP_PREFIX = "Op" > +_LU_PREFIX = "LU" > + > class LockAcquireTimeout(Exception): Two empty lines at module level. Rest LGTM. Michael
