Re: Very weird bug!

2008-07-08 Thread Jorgen Bodde
Maybe the interpreter remembered the values of some objects you used? If you type in the interpreter, the objects you create have a lifetime as long as the interpreter is active, which means it can get a state behaviour that otherwise is not present if you start a new interpreter instance. To be sa

Re: Very weird bug!

2008-07-07 Thread ssecorp
i know, idid try it again and it works as expected. but how the h*** did it not work that one time? -- http://mail.python.org/mailman/listinfo/python-list

Re: Very weird bug!

2008-07-06 Thread Terry Reedy
ssecorp wrote: Python 2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit wtf was this in the middle!? def build(a,b): return a+b build(5,4) (5, 4) I have exactly the same build on Windows and get the expected 9. Try it again. -- http://mail.python.org/mailman/listinfo/