From: Batuhan Taskaya Date: Sat, 30 May 2020 22:15:06 +0000 (+0300) Subject: bpo-40829: Add a what's new entry about deprecation of shuffle's random parameter... X-Git-Tag: v3.10.0a1~764 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=007bb06a2de9e64fa978f5dd9131d0100227b4cf;p=thirdparty%2FPython%2Fcpython.git bpo-40829: Add a what's new entry about deprecation of shuffle's random parameter (GH-20541) --- diff --git a/Doc/whatsnew/3.9.rst b/Doc/whatsnew/3.9.rst index 6c3cbbe641b5..7f81074b2b55 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/