This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author cephalo
Recipients cephalo, rhettinger
Date 2007-12-29.16:16:02
SpamBayes Score 0.13987675
Marked as misclassified No
Message-id <1198944963.92.0.885546975153.issue1704@psf.upfronthosting.co.za>
In-reply-to
Content
To be clear, I am not using multi-threading in my particular module. I 
can't explain this behavior with my code alone. The issue is 
complicated by the fact that my module is called by Civ IV, and I have 
no idea what the game is doing behind the scenes. I also don't know 
exactly what happens when 'del myList[index]' is called. You would 
think that len(preshuffle) would have the same value for the randint 
call that it does for the print statement. I have an idea for another 
test I would like to try.

This is my first issue that I've reported in Python. Would it help for 
me to attach the whole file?
History
Date User Action Args
2007-12-29 16:16:04cephalosetspambayes_score: 0.139877 -> 0.13987675
recipients: + cephalo, rhettinger
2007-12-29 16:16:03cephalosetspambayes_score: 0.139877 -> 0.139877
messageid: <1198944963.92.0.885546975153.issue1704@psf.upfronthosting.co.za>
2007-12-29 16:16:03cephalolinkissue1704 messages
2007-12-29 16:16:02cephalocreate