New submission from Serge Anuchin:
It seems there is minor bug in random.choice.
I've got traceback from my server with IndexError from random.choice, but
sequence wasn't empty (seq value was:
u'\u0411\u0413\u0414\u0416\u0418\u041b\u0426\u042b\u042d\
u042e\u042f\u0410\u0412\u0
Serge Anuchin added the comment:
> Which platform & Python is that?
Python 2.6.6 (r266:84292, Dec 26 2010, 22:31:48) [GCC 4.4.5] on linux2
Linux li307-195 2.6.39.1-x86_64-linode19 #1 SMP Tue Jun 21 10:04:20 EDT 2011
x86_64 GNU/Linux
--
___
Serge Anuchin added the comment:
> Serge, you'll have to find some way to get more information on exactly what
> is failing in order for this issue to make progress.
This exception occurred only once and I can't reproduce it.
Additional system specs in attachment.
--