[Python-checkins] python/dist/src/Lib/test test_descr.py,1.187,1.188
rhettinger@users.sourceforge.net
rhettinger@users.sourceforge.net
Sun, 06 Apr 2003 12:13:43 -0700
Update of /cvsroot/python/python/dist/src/Lib/test
In directory sc8-pr-cvs1:/tmp/cvs-serv14878/Lib/test
Modified Files:
test_descr.py
Log Message:
SF bug #699934: Obscure error message
mwh pointed out that the error message did not
make sense if obtained by rearranging the bases.
Index: test_descr.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_descr.py,v
retrieving revision 1.187
retrieving revision 1.188
diff -C2 -d -r1.187 -r1.188
*** test_descr.py 12 Mar 2003 04:25:42 -0000 1.187
--- test_descr.py 6 Apr 2003 19:13:40 -0000 1.188
***************
*** 1063,1069 ****
Pane, ScrollingMixin, EditingMixin, object))
! mro_err_msg = """Cannot create class.The superclasses have conflicting
! inheritance trees which leave the method resolution order (MRO)
! undefined for bases """
def mro_disagreement():
--- 1063,1068 ----
Pane, ScrollingMixin, EditingMixin, object))
! mro_err_msg = """Cannot create a consistent method resolution
! order (MRO) for bases """
def mro_disagreement():