]> granicus.if.org Git - python/commit
Quick and dirty fix for test_extcall failures trigged by Guido's
authorBarry Warsaw <barry@python.org>
Fri, 24 Aug 2001 19:11:57 +0000 (19:11 +0000)
committerBarry Warsaw <barry@python.org>
Fri, 24 Aug 2001 19:11:57 +0000 (19:11 +0000)
commit191487351abb5d2b7daf9d839ca2b3a3c7fdc07b
tree4c20adb2efe0d0dc21b6bc8937d1d09824a3e0d3
parent70d449154046cf97af6b2c94d68ae12af4a965df
Quick and dirty fix for test_extcall failures trigged by Guido's
recent classobject.c change.  When calling an unbound method with no
instances as first argument, the error message has changed.  The
message now contains the class name, but the output text being
compared to is too generic, so skip printing it.
Lib/test/test_extcall.py
Lib/test/test_gettext.py