]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-40829: Add a what's new entry about deprecation of shuffle's random parameter...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 30 May 2020 22:33:06 +0000 (15:33 -0700)
committerGitHub <noreply@github.com>
Sat, 30 May 2020 22:33:06 +0000 (15:33 -0700)
Doc/whatsnew/3.9.rst

index 4fd5277a0e86084ef39de7aedc38a6d0debe49cb..c39d622f0bd4b69917ff63eef5512ce9737f99fa 100644 (file)
@@ -761,6 +761,9 @@ Deprecated
   `parso`_.
   (Contributed by Carl Meyer in :issue:`40360`.)
 
+* The *random* parameter of :func:`random.shuffle` has been deprecated.
+  (Contributed by Raymond Hettinger in :issue:`40465`)
+
 .. _LibCST: https://libcst.readthedocs.io/
 .. _parso: https://parso.readthedocs.io/