Jakub Mateusz Kowalski added the comment:

Python 2.7
I think note to the docs is enough.

Python 3.5+
I have a doubt. Isn't .seed(a, version=1) still coupled with PYTHONHASHSEED? 
The manual says version 1 is "reproducing random sequences from older versions 
of Python", and for 3.1 (and earlier) hash() is used, which (according to the 
manual) depends on PYTHONHASHSEED. Also, in Python 3.2-3.4 it is stated 
explicitly, that hash() is used.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29025>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to