]> granicus.if.org Git - python/commit
bpo-32554: Deprecate hashing arbitrary types in random.seed() (GH-15382)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Thu, 22 Aug 2019 16:19:36 +0000 (09:19 -0700)
committerGitHub <noreply@github.com>
Thu, 22 Aug 2019 16:19:36 +0000 (09:19 -0700)
commitd0cdeaab76fef8a6e5a04665df226b6659111e4e
tree71f9d3b0791543ef421090997152c713ef4f8684
parent4109263a7edce11194e301138cf66fa2d07f7ce4
bpo-32554: Deprecate hashing arbitrary types in random.seed() (GH-15382)
Doc/library/random.rst
Doc/whatsnew/3.9.rst
Lib/random.py
Misc/NEWS.d/next/Library/2019-08-22-01-49-05.bpo-32554.4xiXyM.rst [new file with mode: 0644]