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
Date 2016-12-20.13:07:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1482239237.17.0.976890507022.issue29025@psf.upfronthosting.co.za>
In-reply-to
Content
2.7 (https://docs.python.org/2/library/random.html#random.seed)
- warning about PYTHONHASHSEED (environmental variable) voiding determinism
- no warning on -R interpreter switch 
- relation to hash() function omitted

2.6 (https://docs.python.org/2.6/library/random.html#random.seed)
3.0 (https://docs.python.org/3.0/library/random.html#random.seed)
3.1 (https://docs.python.org/3.1/library/random.html#random.seed)
3.2 (https://docs.python.org/3.2/library/random.html#random.seed)
3.3 (https://docs.python.org/3.3/library/random.html#random.seed)
3.4 (https://docs.python.org/3.4/library/random.html#random.seed)
- no warning about PYTHONHASHSEED nor -R switch
- relation to hash() function acknowledged

3.5 (https://docs.python.org/3.5/library/random.html#random.seed)
3.6 (https://docs.python.org/3.6/library/random.html#random.seed)
3.7 (https://docs.python.org/3.7/library/random.html#random.seed)
- no warning about PYTHONHASHSEED nor -R switch
- relation to hash() function omitted
History
Date User Action Args
2016-12-20 13:07:17abukajsetrecipients: + abukaj, docs@python
2016-12-20 13:07:17abukajsetmessageid: <1482239237.17.0.976890507022.issue29025@psf.upfronthosting.co.za>
2016-12-20 13:07:17abukajlinkissue29025 messages
2016-12-20 13:07:16abukajcreate