bpo-40829: Add a what's new entry about deprecation of shuffle's random parameter (GH-20541)
This commit is contained in:
parent
7b78e7f9fd
commit
007bb06a2d
|
@ -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/
|
||||
|
||||
|
|
Loading…
Reference in New Issue