Skip to content

Commit 007bb06

Browse files
authored
bpo-40829: Add a what's new entry about deprecation of shuffle's random parameter (GH-20541)
1 parent 7b78e7f commit 007bb06

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Doc/whatsnew/3.9.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -761,6 +761,9 @@ Deprecated
761761
`parso`_.
762762
(Contributed by Carl Meyer in :issue:`40360`.)
763763

764+
* The *random* parameter of :func:`random.shuffle` has been deprecated.
765+
(Contributed by Raymond Hettinger in :issue:`40465`)
766+
764767
.. _LibCST: https://libcst.readthedocs.io/
765768
.. _parso: https://parso.readthedocs.io/
766769

0 commit comments

Comments
 (0)