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 abukaj
Recipients abukaj, docs@python, rhettinger
Date 2016-12-21.11:48:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1482320882.14.0.620513370827.issue29025@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-12-21 11:48:02abukajsetrecipients: + abukaj, rhettinger, docs@python
2016-12-21 11:48:02abukajsetmessageid: <1482320882.14.0.620513370827.issue29025@psf.upfronthosting.co.za>
2016-12-21 11:48:02abukajlinkissue29025 messages
2016-12-21 11:48:01abukajcreate