]> granicus.if.org Git - python/commit
Geoffrey Gerrietts discovered that a KeyError was caught that probably
authorGuido van Rossum <guido@python.org>
Mon, 15 Jan 2001 16:53:58 +0000 (16:53 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 15 Jan 2001 16:53:58 +0000 (16:53 +0000)
commite13be40b889619af8c26d7d19e924e7babcbb683
tree9e9d9e70dbb1e6fb78336779a8efb8fb033b4492
parent97d3b93c2fb3ded0c7ac19029e09759915f7c1d5
Geoffrey Gerrietts discovered that a KeyError was caught that probably
should have been a NameError.  I'm checking in a change that catches
both, just to be sure -- I can't be bothered trying to understand this
code any more. :-)
Demo/metaclasses/Meta.py