diff options
author | Batuhan Taskaya <batuhanosmantaskaya@gmail.com> | 2020-05-30 22:15:06 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-30 22:15:06 (GMT) |
commit | 007bb06a2de9e64fa978f5dd9131d0100227b4cf (patch) | |
tree | a78bb38a4f72da32aaf403050a95cc58a1639b11 /Doc/whatsnew/3.9.rst | |
parent | 7b78e7f9fd77bb3280ee39fb74b86772a7d46a70 (diff) | |
download | cpython-007bb06a2de9e64fa978f5dd9131d0100227b4cf.zip cpython-007bb06a2de9e64fa978f5dd9131d0100227b4cf.tar.gz cpython-007bb06a2de9e64fa978f5dd9131d0100227b4cf.tar.bz2 |
bpo-40829: Add a what's new entry about deprecation of shuffle's random parameter (GH-20541)
Diffstat (limited to 'Doc/whatsnew/3.9.rst')
-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 6c3cbbe..7f81074 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/ |