From: Samuele P. <pe...@in...> - 2002-03-26 19:14:11
|
From: Kevin Butler <kb...@ca...> > - The proposed enhancement for Java instances would cause Python instances & java instances to behave differently: > t = 5 > s = Object() > print "text" + t + " " + s ## error > Exactly, that's the point, as long as Jython is an implementation of Python <wink> , the behavior + and strings will not change, sorry. regards. |