From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Sat, 30 May 2020 22:33:06 +0000 (-0700) Subject: bpo-40829: Add a what's new entry about deprecation of shuffle's random parameter... X-Git-Tag: v3.9.0b2~47 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=44400e88f906bf99cd2c57791f1201c400daf6af;p=thirdparty%2FPython%2Fcpython.git bpo-40829: Add a what's new entry about deprecation of shuffle's random parameter (GH-20541) (GH-20544) --- diff --git a/Doc/whatsnew/3.9.rst b/Doc/whatsnew/3.9.rst index 4fd5277a0e86..c39d622f0bd4 100644 --- a/Doc/whatsnew/3.9.rst +++ b/Doc/whatsnew/3.9.rst @@ -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/