diff options
author | Raymond Hettinger <rhettinger@users.noreply.github.com> | 2020-05-02 23:45:32 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-02 23:45:32 (GMT) |
commit | 190fac99c58232f3e0b34891872b91e50ea2f057 (patch) | |
tree | 13a0e6733986b407a8f7898f2a1829552d96e425 /Misc | |
parent | 766352320fd736e2c8ed545b4cc57563f61a0b9d (diff) | |
download | cpython-190fac99c58232f3e0b34891872b91e50ea2f057.zip cpython-190fac99c58232f3e0b34891872b91e50ea2f057.tar.gz cpython-190fac99c58232f3e0b34891872b91e50ea2f057.tar.bz2 |
bpo-40465: Deprecate the optional argument to random.shuffle(). (#19867)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2020-05-02-12-00-28.bpo-40465.qfCjOD.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-05-02-12-00-28.bpo-40465.qfCjOD.rst b/Misc/NEWS.d/next/Library/2020-05-02-12-00-28.bpo-40465.qfCjOD.rst new file mode 100644 index 0000000..7ce9a44 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2020-05-02-12-00-28.bpo-40465.qfCjOD.rst @@ -0,0 +1 @@ +Deprecated the optional *random* argument to *random.shuffle()*. |