diff options
author | Batuhan Taskaya <batuhanosmantaskaya@gmail.com> | 2020-05-31 01:15:06 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-30 15:15:06 -0700 |
commit | 007bb06a2de9e64fa978f5dd9131d0100227b4cf (patch) | |
tree | a78bb38a4f72da32aaf403050a95cc58a1639b11 | |
parent | 7b78e7f9fd77bb3280ee39fb74b86772a7d46a70 (diff) | |
download | cpython-git-007bb06a2de9e64fa978f5dd9131d0100227b4cf.tar.gz |
bpo-40829: Add a what's new entry about deprecation of shuffle's random parameter (GH-20541)
-rw-r--r-- | Doc/whatsnew/3.9.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.9.rst b/Doc/whatsnew/3.9.rst index 6c3cbbe641..7f81074b2b 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/ |