[Python-checkins] CVS: python/dist/src/Lib/test test_descr.py,1.92,1.93

Guido van Rossum guido@python.org
Mon, 22 Oct 2001 17:48:47 -0400


> Fixed denial-of-weak-ref-support test; Jeremy changed the error message
> used by the weakref code since he didn't like the word "referencable".
> Is it really necessary to be more specific than to test for TypeError here,
> though?

Usually I'd say no, but since there are so many other reasons why this
test could fail with some other TypeError, I think it's a good idea.

--Guido van Rossum (home page: http://www.python.org/~guido/)