[Python-Dev] Re: [Python-checkins] CVS: python/dist/src/Objects listobject.c,2.69,2.70 stringobject.c,2.65,2.66 tupleobject.c,2.33,2.34

Fred L. Drake, Jr. fdrake@acm.org
Thu, 1 Jun 2000 10:29:17 -0400 (EDT)


Skip Montanaro writes:
 > I've seen this new error message cross my mailbox a few times.  On the face
 > of it, it's incorrect, because you can append any sort of object to a list,
 > right?  This message appears in the list_concat method.  Shouldn't it be
 > something like
 > 
 >     can't concatenate \"%.200s\" object with list

Skip,
  You're right!  How about:

       can only concatenate list (not \"%.200s\") to list

  If you don't object by the time this mail reaches you, I'll check it
in.  ;)


  -Fred

-- 
Fred L. Drake, Jr.  <fdrake at acm.org>
PythonLabs at BeOpen.com