diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2020-05-30 22:33:06 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-30 22:33:06 (GMT) |
commit | 44400e88f906bf99cd2c57791f1201c400daf6af (patch) | |
tree | a793512224291afff2edbaf9d9e0347b79501b25 | |
parent | 588efc29c5dc4ffaac116a214d13cca936e346a9 (diff) | |
download | cpython-44400e88f906bf99cd2c57791f1201c400daf6af.zip cpython-44400e88f906bf99cd2c57791f1201c400daf6af.tar.gz cpython-44400e88f906bf99cd2c57791f1201c400daf6af.tar.bz2 |
bpo-40829: Add a what's new entry about deprecation of shuffle's random parameter (GH-20541) (GH-20544)
-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 4fd5277..c39d622 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/ |