Aug. 4, 2010
3:02 p.m.
On Wed, Aug 4, 2010 at 5:57 PM, Nick Coghlan <ncoghlan@gmail.com> wrote:
and use a default message of "'Key not found: %r' % key" if the key argument is supplied without an explicit message
I suspect you meant a default message of 'Key not found: %r' % (key,) since `key` might be a 1-tuple. :-) -Fred -- Fred L. Drake, Jr. <fdrake at gmail.com> "A storm broke loose in my mind." --Albert Einstein