Jacek Bzdak added the comment:
The patch works for me, thanks Ezio!
--
___
Python tracker
<http://bugs.python.org/issue19217>
___
___
Python-bugs-list mailin
Jacek Bzdak added the comment:
I have attached a simple test case.
--
___
Python tracker
<http://bugs.python.org/issue19217>
___
___
Python-bugs-list mailin
New submission from Jacek Bzdak:
Call to assertEquals(list1, list2) does not finish (takes more than couple of
minutes), for lists that containt 1 elements if all list elements are
different. The same call in python2.6 finishes instanteneously.
This occours even if error message is
New submission from Jacek Bzdak:
It would be great if one sentence was added to os.urandom description:
"For easy to use interface to system randomness please see random.SystemRandom
class".
The reason for this change is that many references quote only os.urandom as a
cryptog