Hi !

i am having a strange experience with the pickle module. I use
python2.4 and i really don't understand what is happening on ! take a
look at this :

<code>
import pickle
print "hello"
</code>
<trace>
hello
hello
</trace>


<code>
#import pickle
print "hello"
</code>
<trace>
hello
</trace>

I just don't get it.

Thank you for any advice or help !

Y.Chaouche

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to