[issue3497] a bug in the interpreter?
vadim suvorov
report at bugs.python.org
Mon Aug 4 00:13:44 CEST 2008
vadim suvorov <zzPythonTracker at stelary.com> added the comment:
Thank you very much, Tim.
I am still very much confused, how change in print statement changes
order in which items are removed from a set. I presumed it to be
undefined but deterministic (similar to dict()): while I cannot tell
which order it is going to be, I can be sure it does not depend on
changes in other objects. For example, it does not depend on things like
if something is printed, or some dummy method called.
I have little doubts that the script contains (or might contain) bugs. I
am now trying to use 3.0b2, which shows deterministic (in the sense
above) behaviour.
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3497>
_______________________________________
More information about the Python-bugs-list
mailing list