[Python-checkins] bpo-40829: Add a what's new entry about deprecation of shuffle's random parameter (GH-20541)

Batuhan Taskaya webhook-mailer at python.org
Sat May 30 18:15:13 EDT 2020


https://github.com/python/cpython/commit/007bb06a2de9e64fa978f5dd9131d0100227b4cf
commit: 007bb06a2de9e64fa978f5dd9131d0100227b4cf
branch: master
author: Batuhan Taskaya <batuhanosmantaskaya at gmail.com>
committer: GitHub <noreply at github.com>
date: 2020-05-30T15:15:06-07:00
summary:

bpo-40829: Add a what's new entry about deprecation of shuffle's random parameter (GH-20541)

files:
M Doc/whatsnew/3.9.rst

diff --git a/Doc/whatsnew/3.9.rst b/Doc/whatsnew/3.9.rst
index 6c3cbbe641b57..7f81074b2b55f 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/
 



More information about the Python-checkins mailing list