summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRaymond Hettinger <rhettinger@users.noreply.github.com>2020-05-02 23:45:32 (GMT)
committerGitHub <noreply@github.com>2020-05-02 23:45:32 (GMT)
commit190fac99c58232f3e0b34891872b91e50ea2f057 (patch)
tree13a0e6733986b407a8f7898f2a1829552d96e425 /Misc
parent766352320fd736e2c8ed545b4cc57563f61a0b9d (diff)
downloadcpython-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.rst1
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()*.