diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2017-09-19 17:56:33 (GMT) |
---|---|---|
committer | Mariatta <Mariatta@users.noreply.github.com> | 2017-09-19 17:56:33 (GMT) |
commit | c6ce8fba07ea6798eac46ab2808167afecd4d90b (patch) | |
tree | adcb88010aecabc436d5a9577be7e3d67bf85cc4 /Misc | |
parent | 72c05e31d6127cf41bdce31bfb83fffe8d85bdd7 (diff) | |
download | cpython-c6ce8fba07ea6798eac46ab2808167afecd4d90b.zip cpython-c6ce8fba07ea6798eac46ab2808167afecd4d90b.tar.gz cpython-c6ce8fba07ea6798eac46ab2808167afecd4d90b.tar.bz2 |
[3.6] bpo-31482: Missing bytes support for random.seed() version 1 (GH-3614) (GH-3659)
(cherry picked from commit 132a7d7cdbc7cb89fa1c1f4e8192241c3d68f549)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2017-09-16-01-53-11.bpo-31482.39s5dS.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2017-09-16-01-53-11.bpo-31482.39s5dS.rst b/Misc/NEWS.d/next/Library/2017-09-16-01-53-11.bpo-31482.39s5dS.rst new file mode 100644 index 0000000..ed7a417 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2017-09-16-01-53-11.bpo-31482.39s5dS.rst @@ -0,0 +1 @@ +``random.seed()`` now works with bytes in version=1 |